Skip to content

Commit cc96e91

Browse files
committed
OSSMDOC-373: Update control plane references
1 parent 3340560 commit cc96e91

File tree

75 files changed

+186
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+186
-165
lines changed

modules/jaeger-removing-instance-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This module included in the following assemblies:
44
////
55
:pantheon-module-type: PROCEDURE
66
[id="jaeger-removing-cli_{context}"]
7-
= Removing a Jaeger instance from the CLI
7+
= Removing a Jaeger instance using the CLI
88

99

1010
. Log in to the {product-title} CLI.

modules/ossm-about-collecting-ossm-data.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can use the `oc adm must-gather` CLI command to collect information about yo
2525
$ oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8
2626
----
2727
+
28-
. To collect {SMProductName} data for a specific control plane namespace with `must-gather`, you must specify the {SMProductName} image and namespace. In this example, replace `<namespace>` with your control plane namespace, such as `istio-system`.
28+
. To collect {SMProductName} data for a specific {SMProductShortName} control plane namespace with `must-gather`, you must specify the {SMProductName} image and namespace. In this example, replace `<namespace>` with your {SMProductShortName} control plane namespace, such as `istio-system`.
2929
+
3030
[source,terminal]
3131
----

modules/ossm-access-grafana.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
[id="ossm-access-grafana_{context}"]
77
= Accessing the Grafana console
88

9-
Grafana is an analytics tool that you can use to view, query, and analyze your service mesh metrics. In this example, `istio-system` is the control plane namespace. To access Grafana, do the following:
9+
Grafana is an analytics tool you can use to view, query, and analyze your service mesh metrics. In this example, `istio-system` is the {SMProductShortName} control plane namespace. To access Grafana, do the following:
1010

1111
.Procedure
1212

1313
. Log in to the {product-title} web console.
1414

15-
. Click the *Project* menu and select the project where you installed the control plane, for example *istio-system*.
15+
. Click the *Project* menu and select the project where you installed the {SMProductShortName} control plane, for example *istio-system*.
1616

1717
. Click *Routes*.
1818

modules/ossm-access-prometheus.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
[id="ossm-access-prometheus_{context}"]
77
= Accessing the Prometheus console
88

9-
Prometheus is a monitoring and alerting tool that you can use to collect multi-dimensional data about your microservices. In this example, `istio-system` is the control plane namespace.
9+
Prometheus is a monitoring and alerting tool that you can use to collect multi-dimensional data about your microservices. In this example, `istio-system` is the {SMProductShortName} control plane namespace.
1010

1111
.Procedure
1212

1313
. Log in to the {product-title} web console.
1414

15-
. Click the *Project* menu and select the project where you installed the control plane, for example *istio-system*.
15+
. Click the *Project* menu and select the project where you installed the {SMProductShortName} control plane, for example *istio-system*.
1616

1717
. Click *Routes*.
1818

modules/ossm-accessing-jaeger.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Module included in the following assemblies:
22
// * service_mesh/v2x/-ossm-troubleshooting-istio.adoc
33

4+
:_content-type: PROCEDURE
45
[id="ossm-accessing-jaeger_{context}"]
56
= Accessing the Jaeger console
67
////
@@ -18,7 +19,7 @@ The deployment process creates a route to access the Jaeger console.
1819
. Navigate to *Networking* -> *Routes* and
1920
search for the Jaeger route, which is the URL listed under *Location*.
2021

21-
. To query for details of the route using the command line, enter the following command. In this example, `istio-system` is the control plane namespace.
22+
. To query for details of the route using the command line, enter the following command. In this example, `istio-system` is the {SMProductShortName} control plane namespace.
2223
+
2324
[source,terminal]
2425
----

modules/ossm-accessing-kiali.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Module included in the following assemblies:
22
// * service_mesh/v2x/-ossm-troubleshooting-istio.adoc
33

4+
:_content-type: PROCEDURE
45
[id="ossm-accessing-kiali_{context}"]
56
= Accessing the Kiali console
67

modules/ossm-auto-route.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// * service_mesh/v2x/ossm-traffic-manage.adoc
33
//
44

5+
:_content-type: PROCEDURE
56
[id="ossm-auto-route-create-subdomains_{context}"]
67
= Creating subdomain routes
78

@@ -26,7 +27,7 @@ spec:
2627
- bookinfo.example.com
2728
----
2829

29-
Then, the following OpenShift Routes are created automatically. You can check that the routes are created with the following command. In this example, `istio-system` is the name of the control plane project.
30+
The 'Gateway' resource creates the following OpenShift Routes. You can check that the routes are created by using the following command. In this example, `istio-system` is the name of the {SMProductShortName} control plane project.
3031

3132
[source,terminal]
3233
----

modules/ossm-config-disable-networkpolicy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ When you disable `spec.security.manageNetworkPolicy` {SMProductName} will not cr
2222

2323
. In the {product-title} web console, click *Operators* -> *Installed Operators*.
2424

25-
. Select the project where you installed the control plane, for example `istio-system`, from the *Project* menu.
25+
. Select the project where you installed the {SMProductShortName} control plane, for example `istio-system`, from the *Project* menu.
2626

2727
. Click the {SMProductName} Operator. In the *Istio Service Mesh Control Plane* column, click the name of your `ServiceMeshControlPlane`, for example `basic-install`.
2828

modules/ossm-config-enabling-controlplane.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
//
33
// * service_mesh/v2x/ossm-config.adoc
44

5+
:_content-type: PROCEDURE
56
[id="ossm-security-enabling-controlplane_{context}"]
67
== Enabling strict mTLS for Mixer telemetry or policy components
78

8-
Secure connections are always used when proxies communicate with the control plane regardless of the `spec.security.controlPlane.mtls` setting. If Mixer telemetry or policies are part of your configuration, set `spec.security.controlPlane.mtls` to `true` in your `ServiceMeshControlPlane` resource to enable strict mTLS.
9+
Secure connections are always used when proxies communicate with the {SMProductShortName} control plane regardless of the `spec.security.controlPlane.mtls` setting. If Mixer telemetry or policies are part of your configuration, set `spec.security.controlPlane.mtls` to `true` in your `ServiceMeshControlPlane` resource to enable strict mTLS.
910

1011
[source,yaml, subs="attributes,verbatim"]
1112
----
@@ -18,13 +19,13 @@ spec:
1819
mtls: true
1920
----
2021

21-
You can also enable mTLS for the control plane by using the {product-title} web console. In this example, `istio-system` is the control plane namespace.
22+
You can also enable mTLS for the {SMProductShortName} control plane by using the {product-title} web console. In this example, `istio-system` is the {SMProductShortName} control plane namespace.
2223

2324
.Procedure
2425

2526
. Log in to the web console.
2627

27-
. Click the *Project* menu and select the project where you installed the control plane, for example *istio-system*.
28+
. Click the *Project* menu and select the project where you installed the {SMProductShortName} control plane, for example *istio-system*.
2829

2930
. Click *Operators* -> *Installed Operators*.
3031

modules/ossm-config-external-jaeger.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you already have an existing {JaegerName} instance in {product-title}, you ca
1717

1818
. In the {product-title} web console, click *Operators* -> *Installed Operators*.
1919

20-
. Click the *Project* menu and select the project where you installed the control plane, for example *istio-system*.
20+
. Click the *Project* menu and select the project where you installed the {SMProductShortName} control plane, for example *istio-system*.
2121

2222
. Click the {SMProductName} Operator. In the *Istio Service Mesh Control Plane* column, click the name of your `ServiceMeshControlPlane` resource, for example `basic`.
2323

0 commit comments

Comments
 (0)