Merge pull request #3090 from aledbf/note
Add note about default namespace and merge behavior
This commit is contained in:
commit
2e4adde9ee
1 changed files with 7 additions and 0 deletions
|
@ -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
|
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
|
### Provider Specific Steps
|
||||||
|
|
||||||
There are cloud provider specific yaml files.
|
There are cloud provider specific yaml files.
|
||||||
|
|
Loading…
Reference in a new issue