diff --git a/cluster1/cilium/quick-install-v6.yaml b/cluster1/cilium/quick-install-v6.yaml index e0883d5..33f3092 100644 --- a/cluster1/cilium/quick-install-v6.yaml +++ b/cluster1/cilium/quick-install-v6.yaml @@ -34,7 +34,7 @@ data: identity-allocation-mode: crd # If you want to run cilium in debug mode change this value to true - debug: "false" + debug: "true" # Enable IPv4 addressing. If enabled, all endpoints are allocated an IPv4 # address. @@ -131,12 +131,12 @@ data: # wait-bpf-mount makes init container wait until bpf filesystem is mounted wait-bpf-mount: "true" - masquerade: "false" + masquerade: "true" enable-xt-socket-fallback: "true" install-iptables-rules: "true" # required by L7 LB auto-direct-node-routes: "true" kube-proxy-replacement: "probe" - enable-host-reachable-services: "true" + enable-host-reachable-services: "false" enable-external-ips: "false" enable-node-port: "false" enable-auto-protect-node-port-range: "false"