Merge pull request #134 from rackn/kubeproxy-bind-local
Force kube-proxy to bind to local address
This commit is contained in:
commit
50da691d45
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ spec:
|
||||||
{% endif%}
|
{% endif%}
|
||||||
- --kubeconfig=/etc/kubernetes/node-kubeconfig.yaml
|
- --kubeconfig=/etc/kubernetes/node-kubeconfig.yaml
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
- --bind-address={{ ip | default(ansible_default_ipv4.address) }}
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
Loading…
Reference in a new issue