Skip to content

Commit

Permalink
Merge pull request #8542 from zalando-incubator/eks-pod-identity-agen…
Browse files Browse the repository at this point in the history
…t-admission-controller-exception

Exclude eks-pod-identity-agent from admission-controller to avoid 🐔🥚
  • Loading branch information
mikkeloscar authored Nov 27, 2024
2 parents 7beb20e + ae85a4d commit a06687b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cluster/manifests/02-admission-control/teapot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ webhooks:
- key: k8s-app
operator: NotIn
values: ["kube-proxy"]
- key: app.kubernetes.io/name
operator: NotIn
values: ["eks-pod-identity-agent"]
{{- end }}
clientConfig:
{{- if eq .Cluster.Provider "zalando-eks"}}
Expand Down Expand Up @@ -49,6 +52,9 @@ webhooks:
- key: k8s-app
operator: NotIn
values: ["kube-proxy"]
- key: app.kubernetes.io/name
operator: NotIn
values: ["eks-pod-identity-agent"]
{{- end }}
clientConfig:
{{- if eq .Cluster.Provider "zalando-eks"}}
Expand Down Expand Up @@ -341,6 +347,9 @@ webhooks:
- key: k8s-app
operator: NotIn
values: ["kube-proxy"]
- key: app.kubernetes.io/name
operator: NotIn
values: ["eks-pod-identity-agent"]
{{- end }}
clientConfig:
{{- if eq .Cluster.Provider "zalando-eks"}}
Expand Down

0 comments on commit a06687b

Please sign in to comment.