Bug: network map visualized in cluster scan
Closed this issue · 0 comments
deggja commented
When doing a cluster scan in the dashboard, no visualization should be shown after using the remediate function.
Prerequisites:
- Namespace with pods protected by network policies (which will trigger visualization)
- Unprotected pods in the same namespace.
- Some other namespace with unprotected pods.
How to reproduce:
- Click "Scan cluster"
- Click "Remediate" on the other namespaces unprotected pods
Result:
Visualisation will render for the namespace left in the list, because the namespace is being scanned after the remediate function is used and the namespace has both unprotected pods (in the table) and protected pods (in the network map visualisation).