correct the typo

This commit is contained in:
xuhuilong 2017-11-03 15:56:59 +08:00 committed by GitHub
parent d7c80174e3
commit b68777ca6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ A new controller (`bootstrapsigner`) is introduced that will watch for both new/
Another controller (`tokencleaner`) is introduced that deletes tokens that are past their expiration time. Another controller (`tokencleaner`) is introduced that deletes tokens that are past their expiration time.
Logically these controllers could run as a separate component in the control plane. But, for the sake of efficiency, they are bundeled as part of the Kubernetes controller-manager. Logically these controllers could run as a separate component in the control plane. But, for the sake of efficiency, they are bundled as part of the Kubernetes controller-manager.
## `kubeadm` UX ## `kubeadm` UX