From 7806a48b8631254ef2872c34992253a26c954798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Tue, 5 May 2020 19:50:52 -0400 Subject: [PATCH] iptables must be on --- cluster1/cilium/quick-install-v6.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster1/cilium/quick-install-v6.yaml b/cluster1/cilium/quick-install-v6.yaml index 4b8ae0a..0d11807 100644 --- a/cluster1/cilium/quick-install-v6.yaml +++ b/cluster1/cilium/quick-install-v6.yaml @@ -133,7 +133,7 @@ data: masquerade: "false" enable-xt-socket-fallback: "true" - install-iptables-rules: "false" + install-iptables-rules: "true" # required by L7 LB auto-direct-node-routes: "true" kube-proxy-replacement: "probe" enable-host-reachable-services: "true"