Skip to content

Commit aceba32

Browse files
authored
Add notes and links for alternatives to deprecated addons (openshift-service-mesh#181)
Signed-off-by: Nick Fox <[email protected]>
1 parent cd9de49 commit aceba32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ossm/ossm2-migration/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Before you begin to migrate your controlplane from OpenShift Service Mesh 2.6 to
1313
<!-- TODO: revisit this list when: https://issues.redhat.com/browse/OSSM-8299 is completed. -->
1414
- 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.
1515
- Disabled addons:
16-
- Prometheus: `spec.addons.prometheus.enabled=false`
17-
- Kiali: `spec.addons.kiali.enabled=false`
16+
- 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.
1818
- 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.
2020
- IOR is disabled.
2121
- Default ingress/egress gateways are disabled.
2222

0 commit comments

Comments
 (0)