-
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
Since the problem described in this issue should be resolved in a recent advisory, it has been closed.
For information on the advisory (Moderate: Red Hat OpenShift Service Mesh Containers for 2.4.1 security update), and where to find the updated files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2023:4114