Skip to content

Commit 3762e01

Browse files
committed
Correct the Configure Certificate Rotation for the Kubelet docs.
1 parent 765877a commit 3762e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ The kubelet uses certificates for authenticating to the Kubernetes API. By
2727
default, these certificates are issued with one year expiration so that they do
2828
not need to be renewed too frequently.
2929

30-
Kubernetes 1.8 contains [kubelet certificate
31-
rotation](/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/), a beta feature
30+
Kubernetes contains [kubelet certificate
31+
rotation](/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/),
3232
that will automatically generate a new key and request a new certificate from
3333
the Kubernetes API as the current certificate approaches expiration. Once the
3434
new certificate is available, it will be used for authenticating connections to

0 commit comments

Comments
 (0)