-
Bug
-
Resolution: Done
-
Critical
-
OSSM 2.5.1
-
None
-
False
-
None
-
False
-
-
-
When I add a new project into ServiceMeshMemberRoll, the Kiali doesn't show it. This happens with the latest OSSM 2.5.1 + Kiali 1.73.7 builds ( `openshift-service-mesh-kiali-prod-operator-metadata:7.1-13`). ( It doesn't happen with the latest GA Kiali 1.73.4 version, also it doesn't happens for 1.73.7 builds where Kiali operator is `1.73.7-2` and lower ( so metadata bundle 7.1-8 and lower) )
The istio operator updates Kiali cr to contain also a new namespace, the Kiali operator updates the Kiali configmap in the istio namespace, however, the Kiali operator doesn't update the Kiali instance (pod), so the configuration that is used in Kiali `/api/config` is the old one and kiali doesn't see the new namespace, only the default one where istio is installed.
{ "accessibleNamespaces": [ "istio-system" ], ...
More info here:https://redhat-internal.slack.com/archives/CHR7P722J/p1713213195781519
Workaround is to restart the kiali pod manually.