Skip to content

Commit

Permalink
Enabled Cilium eBPF host-routing
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Schmid <phisch@cisco.com>
  • Loading branch information
PhilipSchmid committed Jan 10, 2025
1 parent 4c86753 commit d6d582d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions example/03-cilium-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ kubeProxyReplacement: "true"
k8sServiceHost: ${KUBE_APISERVER_HOST}
k8sServicePort: ${KUBE_APISERVER_PORT}

# BPF optimizations
bpf:
masquerade: true
# Legacy host routing is required when Talos' forwardKubeDNSToHost is used
# together with Cilium's eBPF host-routing.
# See https://docs.cilium.io/en/latest/operations/performance/tuning/#ebpf-host-routing
hostLegacyRouting: true

# -- Monitoring and Flow Visibility

# Enable Cilium Hubble to gain visibility
Expand Down

0 comments on commit d6d582d

Please sign in to comment.