From be232a1b8bfd5247385f69b7c2df5527bba9468a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Tue, 5 May 2020 19:19:42 -0400 Subject: [PATCH] disable ipv4 --- cluster1/cilium/quick-install-v6.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster1/cilium/quick-install-v6.yaml b/cluster1/cilium/quick-install-v6.yaml index 6fd2082..4b8ae0a 100644 --- a/cluster1/cilium/quick-install-v6.yaml +++ b/cluster1/cilium/quick-install-v6.yaml @@ -102,7 +102,7 @@ data: # - disabled # - vxlan (default) # - geneve - tunnel: vxlan + tunnel: disabled # Name of the cluster. Only relevant when building a mesh of clusters. cluster-name: default @@ -131,9 +131,9 @@ data: # wait-bpf-mount makes init container wait until bpf filesystem is mounted wait-bpf-mount: "true" - masquerade: "true" + masquerade: "false" enable-xt-socket-fallback: "true" - install-iptables-rules: "true" + install-iptables-rules: "false" auto-direct-node-routes: "true" kube-proxy-replacement: "probe" enable-host-reachable-services: "true"