Skip to content

Commit 242bc24

Browse files
authored
Merge pull request #26496 from sibucan/patch-1
Mention the range of time in which a kubelet might renew a certificate
2 parents c5e5242 + f58d7b5 commit 242bc24

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/en/docs/tasks/tls/certificate-rotation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ write that to disk, in the location specified by `--cert-dir`. Then the kubelet
6969
will use the new certificate to connect to the Kubernetes API.
7070

7171
As the expiration of the signed certificate approaches, the kubelet will
72-
automatically issue a new certificate signing request, using the Kubernetes
73-
API. Again, the controller manager will automatically approve the certificate
72+
automatically issue a new certificate signing request, using the Kubernetes API.
73+
This can happen at any point between 30% and 10% of the time remaining on the
74+
certificate. Again, the controller manager will automatically approve the certificate
7475
request and attach a signed certificate to the certificate signing request. The
7576
kubelet will retrieve the new signed certificate from the Kubernetes API and
7677
write that to disk. Then it will update the connections it has to the

0 commit comments

Comments
 (0)