mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
nginx ingress controller should watch kind:ingress without class (#8128)
This commit is contained in:
@@ -52,6 +52,8 @@ spec:
|
||||
- --annotations-prefix=nginx.ingress.kubernetes.io
|
||||
{% if ingress_nginx_class is defined %}
|
||||
- --ingress-class={{ ingress_nginx_class }}
|
||||
{% else %}
|
||||
- --watch-ingress-without-class=true
|
||||
{% endif %}
|
||||
{% if ingress_nginx_host_network %}
|
||||
- --report-node-internal-ip-address
|
||||
|
||||
Reference in New Issue
Block a user