remove unnecessary deployment-level sidecar.istio.io/inject annotation#3664
remove unnecessary deployment-level sidecar.istio.io/inject annotation#3664ayj merged 2 commits intoistio:masterfrom
sidecar.istio.io/inject annotation#3664Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Assign the PR to them by writing The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:You can indicate your approval by writing |
|
/retest |
The annotation is used for automatic injection. The injection webhook is registered for pods and the deployment-level annotation isn't visible to the webhook. Only information specified in the PodTemplateSpec is used by the webhook. |
|
/retest |
costinm
left a comment
There was a problem hiding this comment.
Auto-injector will auto-exclude the namespace ?
|
Namespace scoping is handled via NamespaceSelector in webhook registration. We don't register the webhook for namespaces that aren't subject to injection. |
…3664) * peering: istioctl check for stale WE and bad environment vars * relnote * gen/lint
No description provided.