Skip to content

Commit 40b2b22

Browse files
committed
)SSM-8224: change labelSelectors to memberSelector
1 parent f920278 commit 40b2b22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/ossm-about-adding-namespace.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can add projects to an existing service mesh using either the {product-title
1717

1818
* Specifying the project name in the `ServiceMeshMemberRoll` resource.
1919
20-
* Configuring label selectors in the `spec.labelSelectors` field of the `ServiceMeshMemberRoll` resource.
20+
* Configuring label selectors in the `spec.memberSelectors` field of the `ServiceMeshMemberRoll` resource.
2121
2222
* Creating the `ServiceMeshMember` resource in the project.
2323

modules/ossm-deploy-cluster-wide-mesh.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
A cluster-wide deployment contains a Service Mesh Control Plane that monitors resources for an entire cluster. Monitoring resources for an entire cluster closely resembles Istio functionality in that the control plane uses a single query across all namespaces to monitor Istio and Kubernetes resources. As a result, cluster-wide deployments decrease the number of requests sent to the API server.
99

10-
Similar to Istio, a cluster-wide mesh includes namespaces with the `istio-injection=enabled` namespace label by default. You can change this label by modifying the `spec.labelSelectors` field of the `ServiceMeshMemberRoll` resource.
10+
Similar to Istio, a cluster-wide mesh includes namespaces with the `istio-injection=enabled` namespace label by default. You can change this label by modifying the `spec.memberSelectors` field of the `ServiceMeshMemberRoll` resource.

0 commit comments

Comments
 (0)