Merge pull request #134 from rackn/kubeproxy-bind-local
Force kube-proxy to bind to local addresspull/178/head
commit
50da691d45
|
@ -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…
Reference in New Issue