How Do I Disable Sidecar Injection for Workloads?
After sidecar injection is enabled for a namespace of a cluster, sidecars are automatically injected for pods of all workloads in the namespace. You can configure sidecars not to be injected into some workloads:
- Log in to the CCE console. In the navigation pane, choose Workloads > Deployments.
- Click the target cluster in the drop-down list box and click Edit YAML in the Operation column of the target workload.
- Find the spec.template.metadata.annotations field and add sidecar.istio.io/inject: 'false'.
annotations: sidecar.istio.io/inject: 'false'
For more details about sidecar injection, see Automatic Sidecar Injection.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot