You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ossm/ossm2-migration/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ Before you begin to migrate your controlplane from OpenShift Service Mesh 2.6 to
13
13
<!-- TODO: revisit this list when: https://issues.redhat.com/browse/OSSM-8299 is completed. -->
14
14
- Network Policy management: `spec.security.manageNetworkPolicy=false`. If you wish to keep the Network Policies created by the 2.6 `ServiceMeshControlPlane`, you will need to recreate and manage these manually.
- Prometheus: `spec.addons.prometheus.enabled=false`. See [here](https://docs.redhat.com/en/documentation/red_hat_openshift_service_mesh/3.0.0tp1/html/observability/metrics-and-service-mesh#ossm-config-openshift-monitoring-only_ossm-metrics-assembly) for instructions on how to configure OpenShift Service Mesh 3.0 with OpenShift Monitoring as a replacement for the prometheus addon.
17
+
- Kiali: `spec.addons.kiali.enabled=false`. See [here](https://docs.redhat.com/en/documentation/red_hat_openshift_service_mesh/3.0.0tp1/html/observability/kiali-operator-provided-by-red-hat#ossm-install-kiali-operator_ossm-kiali-assembly) for instructions on how to install and configure Kiali with OpenShift Service Mesh 3.0 as a replacement for the Kiali addon.
18
18
- Grafana: `spec.addons.grafana.enabled=false`
19
-
- Tracing: `spec.tracing.type=None`
19
+
- Tracing: `spec.tracing.type=None`. See [here](https://docs.redhat.com/en/documentation/red_hat_openshift_service_mesh/3.0.0tp1/html/observability/distributed-tracing-and-service-mesh#ossm-distr-tracing-assembly) for instructions on how to configure OpenShift Service Mesh 3.0 with OpenShift Distributed Tracing as a replacement for the tracing addon.
0 commit comments