fix typo
This commit is contained in:
chenhuan12 2017-09-02 10:01:53 +08:00 committed by GitHub
parent 061a16bfb5
commit 90877ea0b9
1 changed files with 1 additions and 0 deletions

View File

@ -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 \