Skip to content

Commit 06d616e

Browse files
hhovsepyFilipB
andauthored
[doc][OSSM-8228] Added Kiali changes between OSSM 2 and 3. (openshift-service-mesh#170)
* Added Kiali changes between OSSM 2 and 3. * Update docs/ossm/ossm2-vs-ossm3.md Co-authored-by: Filip Brychta <[email protected]> --------- Co-authored-by: Filip Brychta <[email protected]>
1 parent ca2f1b0 commit 06d616e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/ossm/ossm2-vs-ossm3.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,22 @@ The TLS protocol version can be set through [Istio Workload Minimum TLS Version
110110

111111
`auto mTLS` is enabled by default in both OpenShift Service Mesh 2 and OpenShift Service Mesh 3.
112112

113+
## Kiali
114+
115+
In OpenShift Service Mesh 3, Kiali introduces a revamped Traffic Page Graph UI, now built using PatternFly Topology, alonside with a new topology view showcasing the mesh infrastructure.
116+
117+
A significant breaking change involves Kiali's namespace management configuration. To control which namespaces are accessible or visible to users, Kiali now relies on `discoverySelectors` feature. The following previously supported configuration settings are deprecated and no longer available:
118+
1. spec.deployment.accessible_namespaces
119+
2. api.namespaces.exclude
120+
3. api.namespaces.include
121+
4. api.namespaces.label_selector_exclude
122+
5. api.namespaces.label_selector_include
123+
By default, deployment.cluster_wide_access=true is enabled, granting Kiali cluster-wide access to all namespaces in the local cluster.
124+
125+
Additionally, several configuration options in Kiali have been renamed:
126+
1. `external_service.grafana.in_cluster_url``external_service.grafana.internal_url`.
127+
2. `external_service.grafana.url``external_service.grafana.external_url`.
128+
3. `external_service.tracing.in_cluster_url``external_service.tracing.internal_url`.
129+
4. `external_service.tracing.url``external_service.tracing.external_url`.
130+
131+
These changes reflect Kiali's evolving capabilities and configuration standards within OpenShift Service Mesh 3.

0 commit comments

Comments
 (0)