mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
)SSM-8224: change labelSelectors to memberSelector
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
d0e9612555
commit
54898b1f0f
@@ -17,7 +17,7 @@ You can add projects to an existing service mesh using either the {product-title
|
||||
|
||||
* Specifying the project name in the `ServiceMeshMemberRoll` resource.
|
||||
|
||||
* Configuring label selectors in the `spec.labelSelectors` field of the `ServiceMeshMemberRoll` resource.
|
||||
* Configuring label selectors in the `spec.memberSelectors` field of the `ServiceMeshMemberRoll` resource.
|
||||
|
||||
* Creating the `ServiceMeshMember` resource in the project.
|
||||
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user