Add note about default namespace and merge behavior

This commit is contained in:
Manuel de Brito Fontes 2018-09-13 10:24:18 -03:00 committed by Manuel Alejandro de Brito Fontes
parent 1c1a9106d9
commit 8dd6c422ea
No known key found for this signature in database
GPG key ID: 786136016A8BA02A

View file

@ -25,6 +25,13 @@ The following resources are required for a generic deployment.
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/mandatory.yaml
```
!!! attention
The default configuration watches Ingress object from all the namespaces.
To change this behavior use the flag `--watch-namespace` to limit the scope to a particular namespace.
!!! warning
If multiple Ingresses define different paths for the same host, the ingress controller will merge the definitions.
### Provider Specific Steps
There are cloud provider specific yaml files.