mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-19 23:07:47 -02:30
Rotate kubelet server certificate. (#6453)
* Rotate kubelet server certificate. * CI test kubelet server cert rotation * Approve kubelet serving certificates in tests.
This commit is contained in:
@@ -394,6 +394,8 @@ kubelet_authorization_mode_webhook: true
|
||||
# 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
|
||||
# kubelet can also request a new server certificate from the Kubernetes API
|
||||
kubelet_rotate_server_certificates: false
|
||||
|
||||
## List of key=value pairs that describe feature gates for
|
||||
## the k8s cluster.
|
||||
|
||||
Reference in New Issue
Block a user