Skip to content

Commit

Permalink
Force kube-proxy to bind to local address
Browse files Browse the repository at this point in the history
  • Loading branch information
galthaus committed Feb 10, 2016
1 parent 03dd43e commit 6f1fe0c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6f1fe0c

Please sign in to comment.