mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-19 13:41:44 -03:30
Force kube-proxy to bind to local address
This commit is contained in:
parent
03dd43e97d
commit
6f1fe0cda2
@ -22,6 +22,7 @@ spec:
|
||||
{% endif%}
|
||||
- --kubeconfig=/etc/kubernetes/node-kubeconfig.yaml
|
||||
{% endif %}
|
||||
- --bind-address={{ ip | default(ansible_default_ipv4.address) }}
|
||||
securityContext:
|
||||
privileged: true
|
||||
volumeMounts:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user