aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-11-20 07:38:59 -0800
committerVictor Morales <victor.morales@intel.com>2018-11-20 07:38:59 -0800
commita720df54e861048e19de984e68a7e00d03242d14 (patch)
tree5185e67727e312bae76ea98b258e58010fa5b47b /vagrant
parent3f780f7973081903f1ab6ea01a855fb6c5512a48 (diff)
Revert kube_proxy_mode mode to iptables
Ipvs proxy mode affects the functionality of Virtlet. Therefore it's necessary to revert this change to its default option which is iptables. Change-Id: Id31bbd0dbbf6eaa4b29c71930c3f9e8a9d057285 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/inventory/group_vars/k8s-cluster.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/inventory/group_vars/k8s-cluster.yml b/vagrant/inventory/group_vars/k8s-cluster.yml
index f038d4f2..8263c063 100644
--- a/vagrant/inventory/group_vars/k8s-cluster.yml
+++ b/vagrant/inventory/group_vars/k8s-cluster.yml
@@ -66,4 +66,4 @@ helm_enabled: true
# NOTE: Ipvs is based on netfilter hook function, but uses hash table as the underlying data structure and
# works in the kernel space
# https://kubernetes.io/docs/concepts/services-networking/service/#proxy-mode-ipvs
-kube_proxy_mode: ipvs
+#kube_proxy_mode: ipvs