Correction on command (#12107)
parent
417981f38b
commit
23fb1b3ff2
|
@ -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:
|
automatically approve kubelet client certs, you can turn it off by executing this command:
|
||||||
|
|
||||||
```console
|
```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:
|
After that, `kubeadm join` will block until the admin has manually approved the CSR in flight:
|
||||||
|
|
Loading…
Reference in New Issue