mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 11:07:43 +03:00
enable kubelet client certificate rotation (#4081)
* enable kubelet client certificate rotation * change to variable kubelet_rotate_certificates
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a8dd69cf17
commit
740d8b0a26
@@ -308,6 +308,10 @@ kubelet_authentication_token_webhook: true
|
||||
# When enabled, access to the kubelet API requires authorization by delegation to the API server
|
||||
kubelet_authorization_mode_webhook: false
|
||||
|
||||
# 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
|
||||
kubelet_rotate_certificates: true
|
||||
|
||||
## v1.11 feature
|
||||
feature_gate_v1_11:
|
||||
- "PersistentLocalVolumes={{ local_volume_provisioner_enabled | string }}"
|
||||
|
||||
Reference in New Issue
Block a user