Skip to content
Snippets Groups Projects
Unverified Commit 6db6c867 authored by Cristian Calin's avatar Cristian Calin Committed by GitHub
Browse files

disable kubelet_authorization_mode_webhook by default (#9238)

parent 5603f9f3
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,6 @@ kube_kubeadm_scheduler_extra_args: ...@@ -74,7 +74,6 @@ kube_kubeadm_scheduler_extra_args:
etcd_deployment_type: kubeadm etcd_deployment_type: kubeadm
## kubelet ## kubelet
kubelet_authorization_mode_webhook: true
kubelet_authentication_token_webhook: true kubelet_authentication_token_webhook: true
kube_read_only_port: 0 kube_read_only_port: 0
kubelet_rotate_server_certificates: true kubelet_rotate_server_certificates: true
......
...@@ -474,7 +474,7 @@ rbac_enabled: "{{ 'RBAC' in authorization_modes }}" ...@@ -474,7 +474,7 @@ rbac_enabled: "{{ 'RBAC' in authorization_modes }}"
kubelet_authentication_token_webhook: true kubelet_authentication_token_webhook: true
# When enabled, access to the kubelet API requires authorization by delegation to the API server # When enabled, access to the kubelet API requires authorization by delegation to the API server
kubelet_authorization_mode_webhook: true kubelet_authorization_mode_webhook: false
# kubelet uses certificates for authenticating to the Kubernetes API # kubelet uses certificates for authenticating to the Kubernetes API
# Automatically generate a new key and request a new certificate from the Kubernetes API as the current certificate approaches expiration # Automatically generate a new key and request a new certificate from the Kubernetes API as the current certificate approaches expiration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment