Manually flying in Tech-Reviewed changes

From PR #309, which I am shutting down due to non-CLA
This commit is contained in:
johndmulhausen
2016-06-28 15:07:34 -07:00
committed by GitHub
parent bc1cf11065
commit b6531ec3e6
+1 -1
View File
@@ -147,7 +147,7 @@ kube-system full privilege to the API, you would add this line to your policy
file:
```json
{"apiVersion":"abac.authorization.kubernetes.io/v1beta1","kind":"Policy","user":"system:serviceaccount:kube-system:default","namespace":"*","resource":"*","apiGroup":"*"}
{"apiVersion":"abac.authorization.kubernetes.io/v1beta1","kind":"Policy","spec":{"user":"system:serviceaccount:kube-system:default","namespace":"*","resource":"*","apiGroup":"*"}}
```
The apiserver will need to be restarted to pickup the new policy lines.