Promote RotateKubeletClientCertificate to GA
Kubernetes-commit: 71d77b54fd593458993f4521f2f5eba9b94633f5
This commit is contained in:
parent
93ac73c2bc
commit
1a24139985
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue