add option proxy mode iptables for better performances

pull/15/head
Smaine Kahlouch 2015-11-16 22:21:17 +01:00
parent 70aa68b9c7
commit 5cc29b77aa
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
# default config should be adequate
[Service]
Environment="KUBE_PROXY_ARGS=--kubeconfig={{ kube_config_dir }}/proxy.kubeconfig"
Environment="KUBE_PROXY_ARGS=--kubeconfig={{ kube_config_dir }}/proxy.kubeconfig --proxy-mode=iptables"