adding option --proxy-mode for kubeproxy

This commit is contained in:
Smana 2016-02-29 11:41:08 +01:00
parent 87fd8415da
commit cb3cc6f523

View file

@ -23,6 +23,7 @@ spec:
- --kubeconfig=/etc/kubernetes/node-kubeconfig.yaml
{% endif %}
- --bind-address={{ ip | default(ansible_default_ipv4.address) }}
- --proxy-mode={{ kube_proxy_mode }}
securityContext:
privileged: true
volumeMounts: