Browse Source

add option proxy mode iptables for better performances

pull/15/head
Smaine Kahlouch 9 years ago
parent
commit
5cc29b77aa
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes/node/templates/proxy.j2

2
roles/kubernetes/node/templates/proxy.j2

@ -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"
Loading…
Cancel
Save