Clarify why cluster-admin is needed

Signed-off-by: Nolan Brubaker <nolan@heptio.com>
pull/237/head
Nolan Brubaker 2017-12-19 15:40:22 -05:00
parent ccdbee6b16
commit 7392cdf37b
1 changed files with 2 additions and 2 deletions

View File

@ -157,11 +157,11 @@ To integrate Heptio Ark with GCP, you should follow the instructions below to cr
#### Credentials and configuration
When using Google Kubernetes Engine (GKE), be sure to make your current IAM user a cluster-admin. See [their docs][22] for more information.
When using Google Kubernetes Engine (GKE), be sure to make your current IAM user a cluster-admin, since creating RBAC objects requires it.
See [their docs][22] for more information.
In the Ark root directory, run the following to first set up namespaces, RBAC, and other scaffolding:
```bash
kubectl apply -f examples/common/00-prereqs.yaml
```