forked from docs/doc-exports
Reviewed-by: Eotvos, Oliver <oliver.eotvos@t-systems.com> Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com> Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
3.0 KiB
3.0 KiB
How Do I Disable Sidecar Injection for Workloads?
If sidecar injection is enabled for a namespace of a cluster, sidecars are automatically injected for the pods of all workloads in the namespace. To prevent sidecars from being injected for some workloads, perform the following operations:
- Log in to the CCE console and click the cluster name to go to the cluster console. In the navigation pane, choose Workloads. Then, click the Deployments tab.
- Locate the workload and click Edit YAML in the Operation column.
- Locate the target field based on the service mesh version and add sidecar.istio.io/inject: 'false'.
- For service meshes earlier than 1.13
- For service meshes 1.13 or later:
Locate the spec.template.metadata.label field and add sidecar.istio.io/inject: 'false'.
label: sidecar.istio.io/inject: 'false'
For more details about sidecar injection, see Automatic Sidecar Injection.
Parent topic: Mesh Management