From 9ed114cd3893f23895d1837f22e845b11ca99e87 Mon Sep 17 00:00:00 2001 From: Shao Huan Qing Date: Fri, 21 May 2021 21:47:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=BF=E9=87=8C=E4=BA=91=E6=89=98=E7=AE=A1?= =?UTF-8?q?=E9=9B=86=E7=BE=A4=E5=B7=B2=E7=99=BB=E5=BD=95=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=BC=BA=E5=B0=91=20`system:basic-user`=20=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=9A=84=E6=8E=88=E6=9D=83=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- learning/k8s-advanced/sec/rbac/auth-namespace.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/learning/k8s-advanced/sec/rbac/auth-namespace.md b/learning/k8s-advanced/sec/rbac/auth-namespace.md index d8df793..56dc61b 100644 --- a/learning/k8s-advanced/sec/rbac/auth-namespace.md +++ b/learning/k8s-advanced/sec/rbac/auth-namespace.md @@ -147,4 +147,6 @@ Kuboard 客户端需要调用 Kubernetes 的 `/apis/authorization.k8s.io/v1/self ![创建ClusterRoleBinding](./auth-namespace.assets/ssrr_04.png) -* 重复上述步骤,再创建两个 ClusterRoleBinding,并将 `administrators` 与 `system:discover` 以及 `system:public-info-viewer` 关联起来。 \ No newline at end of file +* 重复上述步骤,再创建两个 ClusterRoleBinding,并将 `administrators` 与 `system:discover` 以及 `system:public-info-viewer` 关联起来。 + +完成上述步骤后,您在使用被授权用户访问 Kuboard 界面就可以正常了。 \ No newline at end of file