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: content/modules/ROOT/pages/400-service-mesh/lab_2_service_mesh_deploy_operator.adoc
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,23 @@ Before moving on, ensure you have deployed all four of these operators.
8
8
====
9
9
10
10
* *OpenShift Elasticsearch Operator* - Provides database storage for tracing and logging with the distributed tracing platform.
11
-
It is based on the open core Elasticsearch project. Use the `stable` channel.
11
+
It is based on the open core Elasticsearch project. Use the `stable-5.8` channel.
12
12
13
13
* *Red Hat OpenShift distributed tracing platform* - Provides distributed tracing to monitor and troubleshoot transactions in complex distributed systems.
14
-
It is based on the open source Jaeger project. Use the `stable` channel.
14
+
It is based on the open source Jaeger project. Use the `stable` channel, version `1.65.0-4`.
15
15
16
16
* *Kiali Operator* - Provides observability for your service mesh.
17
17
Allows you to view configurations, monitor traffic, and analyze traces in a single console.
18
-
It is based on the open source Kiali project. Use the `stable` channel.
18
+
It is based on the open source Kiali project. Use the `stable` channel, version `2.11.3`.
19
19
20
-
* *Red Hat OpenShift Service Mesh* - Allows you to connect, secure, control, and observe the microservices that comprise your applications.
20
+
* *Red Hat OpenShift Service Mesh 2* - Allows you to connect, secure, control, and observe the microservices that comprise your applications.
21
21
+
22
-
The Service Mesh Operator defines and monitors the ServiceMeshControlPlane resources that manage the deployment, updating, and deletion of the Service Mesh components. It is based on the open source Istio project. Use the `stable` channel.
22
+
The Service Mesh Operator defines and monitors the ServiceMeshControlPlane resources that manage the deployment, updating, and deletion of the Service Mesh components. It is based on the open source Istio project. Use the version 2 product, with the `stable` channel, version `2.6.10-0`.
23
+
+
24
+
[CAUTION]
25
+
====
26
+
*Use version 2* of Service Mesh. `Red Hat OpenShift Service Mesh 2`.
* The **Red Hat OpenShift distributed tracing** platform is installed in the `openshift-distributed-tracing` namespace and is available for all namespaces in the cluster.
48
53
* The **Kiali Operator** and **Red Hat OpenShift Service Mesh** Operators are installed in the `openshift-operators` namespace and are available for all namespaces in the cluster.
49
54
50
-
. After all you have installed all four Operators, click *Operators → Installed Operators* to verify that your Operators installed cirrectly.
55
+
. After all you have installed all four Operators, click *Operators → Installed Operators* to verify that your Operators installed correctly.
0 commit comments