Revert kube_proxy_mode mode to iptables 99/73199/1
authorVictor Morales <victor.morales@intel.com>
Tue, 20 Nov 2018 15:38:59 +0000 (07:38 -0800)
committerVictor Morales <victor.morales@intel.com>
Tue, 20 Nov 2018 15:38:59 +0000 (07:38 -0800)
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

vagrant/inventory/group_vars/k8s-cluster.yml

index f038d4f..8263c06 100644 (file)
@@ -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