-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
False
-
None
-
False
-
Release Notes
-
-
-
https://github.com/kiali/kiali/blob/v1.67.0/business/mesh.go#L603
pendingNss, err := in.k8s.GetNamespaces("istio-injection=enabled")
This should not be hardcoded. That label can be customized: https://github.com/kiali/kiali/blob/v1.67.0/config/config.go#L639
Same thing here: https://github.com/kiali/kiali/blob/v1.67.0/business/mesh.go#L611
pendingNss, err = in.k8s.GetNamespaces(fmt.Sprintf("istio.io/rev=%s", current))
That label can be customized here: https://github.com/kiali/kiali/blob/v1.67.0/config/config.go#L640