Skip to content

Commit

Permalink
disable generic admission control for apiserver objects
Browse files Browse the repository at this point in the history
  • Loading branch information
linki committed Nov 13, 2024
1 parent a6bb1bb commit 9024df4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cluster/manifests/02-admission-control/teapot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,9 @@ webhooks:
- key: component
operator: NotIn
values: ["admission-controller"]
- key: apiserver.kubernetes.io/identity
operator: NotIn
values: ["kube-apiserver"]
{{- end }}
rules:
- operations: [ "*" ]
Expand Down

0 comments on commit 9024df4

Please sign in to comment.