diff --git a/cluster1/cilium/quick-install.yaml b/cluster1/cilium/quick-install.yaml index a7f6103..de94e30 100644 --- a/cluster1/cilium/quick-install.yaml +++ b/cluster1/cilium/quick-install.yaml @@ -102,7 +102,7 @@ data: # - disabled # - vxlan (default) # - geneve - tunnel: disabled + tunnel: vxlan # Name of the cluster. Only relevant when building a mesh of clusters. cluster-name: default @@ -129,12 +129,10 @@ data: tofqdns-enable-poller: "false" # wait-bpf-mount makes init container wait until bpf filesystem is mounted - wait-bpf-mount: "false" + wait-bpf-mount: "true" - ipvlan-master-device: "bond0" - datapath-mode: "ipvlan" + device: "bond0" masquerade: "false" - restore: "false" enable-xt-socket-fallback: "true" install-iptables-rules: "false" auto-direct-node-routes: "true" @@ -145,7 +143,7 @@ data: 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: "false" + enable-well-known-identities: "true" enable-remote-node-identity: "true" k8s-require-ipv4-pod-cidr: "true" k8s-require-ipv6-pod-cidr: "true"