Browse Source
Update list of admission plugins with a config file
pull/11471/head
Max Gautier
3 months ago
Failed to extract signature
1 changed files with
2 additions and
0 deletions
-
roles/kubernetes/control-plane/vars/main.yaml
|
|
@ -1,6 +1,8 @@ |
|
|
|
--- |
|
|
|
# list of admission plugins that needs to be configured |
|
|
|
# https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/ |
|
|
|
kube_apiserver_admission_plugins_needs_configuration: |
|
|
|
- EventRateLimit |
|
|
|
- ImagePolicyWebhook |
|
|
|
- PodSecurity |
|
|
|
- PodNodeSelector |