From ce6fa9792e936b0e2860b8d9729093ab8372a5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Mon, 4 May 2020 22:29:15 -0400 Subject: [PATCH] tests --- cluster1/cilium/quick-install.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cluster1/cilium/quick-install.yaml b/cluster1/cilium/quick-install.yaml index 9d4a0a0..a7f6103 100644 --- a/cluster1/cilium/quick-install.yaml +++ b/cluster1/cilium/quick-install.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,10 +131,13 @@ data: # wait-bpf-mount makes init container wait until bpf filesystem is mounted wait-bpf-mount: "false" - masquerade: "true" + ipvlan-master-device: "bond0" + datapath-mode: "ipvlan" + masquerade: "false" + restore: "false" enable-xt-socket-fallback: "true" - install-iptables-rules: "true" - auto-direct-node-routes: "false" + install-iptables-rules: "false" + auto-direct-node-routes: "true" kube-proxy-replacement: "probe" enable-host-reachable-services: "true" enable-external-ips: "true"