From 7a822bd56c039347082a364bb461826972011541 Mon Sep 17 00:00:00 2001 From: Beyang Liu Date: Wed, 5 Jun 2019 17:44:49 -0700 Subject: [PATCH] docs: automatically get user email account --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index a2de50d963dd..9924505477ec 100644 --- a/docs/install.md +++ b/docs/install.md @@ -20,7 +20,7 @@ - If you are using GCP, you'll need to give your user the ability to create roles in Kubernetes [(see GCP's documentation)](https://cloud.google.com/kubernetes-engine/docs/how-to/role-based-access-control#prerequisites_for_using_role-based_access_control): ```bash - kubectl create clusterrolebinding cluster-admin-binding --clusterrole cluster-admin --user $USER_EMAIL_ADDRESS + kubectl create clusterrolebinding cluster-admin-binding --clusterrole cluster-admin --user $(gcloud config get-value account) ``` 1. Clone this repository and check out the version tag you wish to deploy.