typo fix Boostrap -->Bootstrap (#8309)

I find one typo error.
Fix from "Boostrap" to "Bootstrap"
pull/8312/merge
EdwardCheng 2018-05-05 06:47:51 +08:00 committed by k8s-ci-robot
parent 6c816ff9ff
commit a40d0bf944
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ RBAC role `system:node-bootstrapper`.
#### Setup auto approval for new bootstrap tokens
Kubeadm ensures that the Boostrap Token will get its CSR request automatically approved by the csrapprover controller.
Kubeadm ensures that the Bootstrap Token will get its CSR request automatically approved by the csrapprover controller.
This is implemented by creating ClusterRoleBinding named `kubeadm:node-autoapprove-bootstrap` between
the `system:bootstrappers:kubeadm:default-node-token` group and the default role `system:certificates.k8s.io:certificatesigningrequests:nodeclient`.