Fix issue #348 to clarify rbac permissions

pull/394/head
Alex Moon 2018-10-10 22:21:30 +00:00
parent bf2850974e
commit 434c161759
No known key found for this signature in database
GPG Key ID: 10BF3BFD5C389020
1 changed files with 3 additions and 0 deletions

View File

@ -283,6 +283,9 @@ In this section you will configure RBAC permissions to allow the Kubernetes API
> This tutorial sets the Kubelet `--authorization-mode` flag to `Webhook`. Webhook mode uses the [SubjectAccessReview](https://kubernetes.io/docs/admin/authorization/#checking-api-access) API to determine authorization.
In this section you are interacting with your cluster as a whole, so the following 2 role creation commands only need to be run from a single controller
```
gcloud compute ssh controller-0
```