From f444c4ee7f74c39a4e8c5cbabcbb5f2cfbf80db6 Mon Sep 17 00:00:00 2001 From: Ricardo Katz Date: Sun, 14 Oct 2018 15:50:20 -0300 Subject: [PATCH] Add a note to the deployment into GKE --- docs/deploy/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index 298077baa..678929931 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -31,6 +31,10 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/mast !!! warning If multiple Ingresses define different paths for the same host, the ingress controller will merge the definitions. + +!!! attention + If you're using GKE you need to initialize your user as a cluster-admin with the following command: + ```kubectl create clusterrolebinding cluster-admin-binding --clusterrole cluster-admin --user $(gcloud config get-value account)``` ### Provider Specific Steps