deprecated experimental-bootstrap-token-auth in kubernetes 1.9

pull/148/merge
rootsongjc 2018-03-06 00:18:56 +08:00
parent e1be9eb470
commit 8974764cea
1 changed files with 2 additions and 1 deletions

View File

@ -171,7 +171,8 @@ KUBE_API_ARGS="--authorization-mode=RBAC --runtime-config=rbac.authorization.k8s
**Kubernetes 1.9**
对于Kubernetes1.9集群,需要注意配置`KUBE_API_ARGS`环境变量中的`--authorization-mode=Node,RBAC`,增加对`Node`授权的模式否则将无法注册node。
- 对于Kubernetes1.9集群,需要注意配置`KUBE_API_ARGS`环境变量中的`--authorization-mode=Node,RBAC`,增加对`Node`授权的模式否则将无法注册node。
- `--experimental-bootstrap-token-auth` Bootstrap Token Authentication在kubernetes 1.9版本已经废弃,参数名称改为`--enable-bootstrap-token-auth`
完整 unit 见 [kube-apiserver.service](../systemd/kube-apiserver.service)