From 154e84778e10888cdf381d687b0dbca580d2100c Mon Sep 17 00:00:00 2001 From: Jin Hase Date: Thu, 9 Jan 2020 07:11:40 +0900 Subject: [PATCH] Fix typo in TLS bootstrapping document (#18292) (#18293) --- .../command-line-tools-reference/kubelet-tls-bootstrapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping.md b/content/en/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping.md index 13dbf3409a..97c38b438b 100644 --- a/content/en/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping.md +++ b/content/en/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping.md @@ -417,7 +417,7 @@ However, you _can_ enable its server certificate, at least partially, via certif ### Certificate Rotation Kubernetes v1.8 and higher kubelet implements __beta__ features for enabling -rotation of its client and/or serving certficates. These can be enabled through +rotation of its client and/or serving certificates. These can be enabled through the respective `RotateKubeletClientCertificate` and `RotateKubeletServerCertificate` feature flags on the kubelet and are enabled by default.