Rename experimental-bootstrap-token-auth to enable-bootstrap-token-auth (#10907)

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
TaoBeier
2018-11-09 01:45:30 +08:00
committed by k8s-ci-robot
parent 80f1d57912
commit cdffeb267f
3 changed files with 3 additions and 3 deletions
@@ -137,7 +137,7 @@ Authorization: Bearer 781292.db7bc3a58fc5f07e
```
You must enable the Bootstrap Token Authenticator with the
`--experimental-bootstrap-token-auth` flag on the API Server. You must enable
`--enable-bootstrap-token-auth` flag on the API Server. You must enable
the TokenCleaner controller via the `--controllers` flag on the Controller
Manager. This is done with something like `--controllers=*,tokencleaner`.
`kubeadm` will do this for you if you are using it to bootstrap a cluster.