From 7392cdf37b7d835904e1e8b3c45f08ed2f5518ba Mon Sep 17 00:00:00 2001 From: Nolan Brubaker Date: Tue, 19 Dec 2017 15:40:22 -0500 Subject: [PATCH] Clarify why cluster-admin is needed Signed-off-by: Nolan Brubaker --- docs/cloud-provider-specifics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cloud-provider-specifics.md b/docs/cloud-provider-specifics.md index cafc7b201..958343f73 100644 --- a/docs/cloud-provider-specifics.md +++ b/docs/cloud-provider-specifics.md @@ -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 ```