From 90877ea0b92b5fa14b1e5bb4fa2bec68aeed546f Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Sat, 2 Sep 2017 10:01:53 +0800 Subject: [PATCH] fix typo fix typo --- docs/admin/authorization/rbac.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin/authorization/rbac.md b/docs/admin/authorization/rbac.md index 1bf36a4b15..5e7ce7de5d 100644 --- a/docs/admin/authorization/rbac.md +++ b/docs/admin/authorization/rbac.md @@ -682,6 +682,7 @@ In order from most secure to least secure, the approaches are: NOTE: Permissions given to the "default" service account are available to any pod in the namespace that does not specify a `serviceAccountName`. For example, grant read-only permission within "my-namespace" to the "default" service account: + ```shell kubectl create rolebinding default-view \ --clusterrole=view \