Merge pull request #134 from rackn/kubeproxy-bind-local
Force kube-proxy to bind to local address
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user