Clarify why cluster-admin is needed
Signed-off-by: Nolan Brubaker <nolan@heptio.com>pull/237/head
parent
ccdbee6b16
commit
7392cdf37b
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue