Fix typo in TLS bootstrapping document (#18292) (#18293)

This commit is contained in:
Jin Hase 2020-01-09 07:11:40 +09:00 committed by Kubernetes Prow Robot
parent a013013e9d
commit 154e84778e
1 changed files with 1 additions and 1 deletions

View File

@ -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.