From 6a2302b11220beb7d08d34b8b188ae331336443a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Sun, 17 May 2020 00:17:18 -0400 Subject: [PATCH] more tests --- 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 33f3092..7dedf70 100644 --- a/cluster1/cilium/quick-install-v6.yaml +++ b/cluster1/cilium/quick-install-v6.yaml @@ -134,15 +134,15 @@ data: masquerade: "true" enable-xt-socket-fallback: "true" install-iptables-rules: "true" # required by L7 LB - auto-direct-node-routes: "true" + auto-direct-node-routes: "false" kube-proxy-replacement: "probe" enable-host-reachable-services: "false" enable-external-ips: "false" enable-node-port: "false" - enable-auto-protect-node-port-range: "false" + enable-auto-protect-node-port-range: "true" # Chaining mode is set to portmap, enable health checking enable-endpoint-health-checking: "true" - enable-well-known-identities: "true" + enable-well-known-identities: "false" enable-remote-node-identity: "true" k8s-require-ipv4-pod-cidr: "false" k8s-require-ipv6-pod-cidr: "true"