mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-02 10:08:13 -03:30
ingress-nginx: enable --report-node-internal-ip-address flag (#4114)
Close #4113
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
7b77e2d232
commit
fbba259933
@@ -46,6 +46,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_host_network %}
|
||||
- --report-node-internal-ip-address
|
||||
{% endif %}
|
||||
securityContext:
|
||||
capabilities:
|
||||
drop:
|
||||
|
||||
Reference in New Issue
Block a user