From a720df54e861048e19de984e68a7e00d03242d14 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 20 Nov 2018 07:38:59 -0800 Subject: 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 Issue-ID: MULTICLOUD-301 --- vagrant/inventory/group_vars/k8s-cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vagrant') 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 -- cgit 1.2.3-korg