Merge pull request #3242 from rikatz/patch-2
Add a note to the deployment into GKE
This commit is contained in:
commit
e8bf124deb
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue