fix typo
parent
12a32d03ac
commit
a515970247
|
@ -103,9 +103,9 @@ cp -f ./devuser.kubeconfig /root/.kube/config
|
||||||
|
|
||||||
关于 kubeconfig 文件的更多信息请参考 [使用 kubeconfig 文件配置跨集群认证](../guide/authenticate-across-clusters-kubeconfig.md)。
|
关于 kubeconfig 文件的更多信息请参考 [使用 kubeconfig 文件配置跨集群认证](../guide/authenticate-across-clusters-kubeconfig.md)。
|
||||||
|
|
||||||
## ClRoleBinding
|
## RoleBinding
|
||||||
|
|
||||||
如果我们想限制 devuser 用户的行为,需要使用 RBAC 将该用户的行为限制在某个或某几个 namespace 空间范围内,例如:
|
如果我们想限制 devuser 用户的行为,需要使用 RBAC创建角色绑定以将该用户的行为限制在某个或某几个 namespace 空间范围内,例如:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
kubectl create rolebinding devuser-admin-binding --clusterrole=admin --user=devuser --namespace=dev
|
kubectl create rolebinding devuser-admin-binding --clusterrole=admin --user=devuser --namespace=dev
|
||||||
|
|
Loading…
Reference in New Issue