Skip to content

Commit

Permalink
Merge pull request #3090 from aledbf/note
Browse files Browse the repository at this point in the history
Add note about default namespace and merge behavior
  • Loading branch information
k8s-ci-robot authored Sep 13, 2018
2 parents 1c1a910 + 8dd6c42 commit 2e4adde
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/deploy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2e4adde

Please sign in to comment.