Merge pull request #3242 from rikatz/patch-2

Add a note to the deployment into GKE
This commit is contained in:
k8s-ci-robot 2018-10-14 13:14:31 -07:00 committed by GitHub
commit e8bf124deb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,10 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/mast
!!! warning !!! warning
If multiple Ingresses define different paths for the same host, the ingress controller will merge the definitions. 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 ### Provider Specific Steps