Promote RotateKubeletClientCertificate to GA

Kubernetes-commit: 71d77b54fd593458993f4521f2f5eba9b94633f5
This commit is contained in:
Jordan Liggitt 2020-06-04 12:10:39 -04:00 committed by Kubernetes Publisher
parent 93ac73c2bc
commit 1a24139985
1 changed files with 1 additions and 2 deletions

View File

@ -177,8 +177,7 @@ type KubeletConfiguration struct {
TLSMinVersion string `json:"tlsMinVersion,omitempty"`
// rotateCertificates enables client certificate rotation. The Kubelet will request a
// new certificate from the certificates.k8s.io API. This requires an approver to approve the
// certificate signing requests. The RotateKubeletClientCertificate feature
// must be enabled.
// certificate signing requests.
// Dynamic Kubelet Config (beta): If dynamically updating this field, consider that
// disabling it may disrupt the Kubelet's ability to authenticate with the API server
// after the current certificate expires.