docs_multiple_instances_one_cluster_ticket_7543 (#8042)
This commit is contained in:
parent
13e711bddd
commit
2ff5af08d4
2 changed files with 9 additions and 5 deletions
|
|
@ -132,8 +132,10 @@ spec:
|
|||
```
|
||||
And add the value "spec.ingressClassName=nginx" in your Ingress objects
|
||||
|
||||
## I have multiple Ingress objects in my cluster. What should I do ?
|
||||
- If you don't care about ingress classes, or you have a lot of Ingress objects without any IngressClass configuration, you can run the ingress-controller with the flag `--watch-ingress-without-class=true`.
|
||||
|
||||
## I have multiple ingress objects in my cluster. What should I do ?
|
||||
- If you have lot of ingress objects without ingressClass configuration, you can run the ingress-controller with the flag `--watch-ingress-without-class=true`.
|
||||
|
||||
|
||||
### What is the flag '--watch-ingress-without-class' ?
|
||||
- Its a flag that is passed,as an argument, to the `nginx-ingress-controller` executable. In the configuration, it looks like this ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue