Correction on command (#12107)

pull/12155/head
Sasoki 2019-01-10 03:35:09 +01:00 committed by Kubernetes Prow Robot
parent 417981f38b
commit 23fb1b3ff2
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ for a kubelet when a Bootstrap Token was used when authenticating. If you don't
automatically approve kubelet client certs, you can turn it off by executing this command:
```console
$ kubectl delete clusterrole kubeadm:node-autoapprove-bootstrap
$ kubectl delete clusterrolebinding kubeadm:node-autoapprove-bootstrap
```
After that, `kubeadm join` will block until the admin has manually approved the CSR in flight: