Merge pull request #5273 from chenhuan12/patch-78

fix typo
This commit is contained in:
Andrew Chen
2017-09-05 14:25:43 -07:00
committed by GitHub
+1
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 \