Skip to content

Commit

Permalink
Exclude eks-pod-identity-agent from admission-controller to avoid 🐔🥚
Browse files Browse the repository at this point in the history
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
  • Loading branch information
mikkeloscar committed Nov 27, 2024
1 parent e710dd8 commit b801743
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 b801743

Please sign in to comment.