diff options
author | Victor Morales <victor.morales@intel.com> | 2018-11-20 07:38:59 -0800 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2018-11-20 07:38:59 -0800 |
commit | a720df54e861048e19de984e68a7e00d03242d14 (patch) | |
tree | 5185e67727e312bae76ea98b258e58010fa5b47b | |
parent | 3f780f7973081903f1ab6ea01a855fb6c5512a48 (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
-rw-r--r-- | vagrant/inventory/group_vars/k8s-cluster.yml | 2 |
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 |