reviewable/pr4386/r4^2
lichuqiang 2017-08-07 22:11:49 +08:00 committed by Andrew Chen
parent fb39f2f76a
commit 6143903853
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ All features for Bootstrap Tokens are disabled by default in Kubernetes v1.6.
You can enable the Bootstrap Token authenticator with the
`--experimental-bootstrap-token-auth` flag on the API server. You can enable
the Bootstrap controllers by specifying them withthe `--controllers` flag on the
the Bootstrap controllers by specifying them with the `--controllers` flag on the
controller manager with something like
`--controllers=*,tokencleaner,bootstrapsigner`. This is done automatically when
using `kubeadm`.