mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
add ingress controller class (#7522)
This commit is contained in:
@@ -50,6 +50,9 @@ spec:
|
||||
- --tcp-services-configmap=$(POD_NAMESPACE)/tcp-services
|
||||
- --udp-services-configmap=$(POD_NAMESPACE)/udp-services
|
||||
- --annotations-prefix=nginx.ingress.kubernetes.io
|
||||
{% if ingress_nginx_class is defined %}
|
||||
- --ingress-class={{ ingress_nginx_class }}
|
||||
{% endif %}
|
||||
{% if ingress_nginx_host_network %}
|
||||
- --report-node-internal-ip-address
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user