Skip to content

Commit 1a44f0b

Browse files
committed
fix(cilium): disable bpf.hostLegacyRouting
It's no longer a requirement for Talos Enable bpf.masquerade https://docs.cilium.io/en/stable/operations/performance/tuning/#ebpf-host-routing Signed-off-by: Vegard Hagen <[email protected]>
1 parent e99dbad commit 1a44f0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

k8s/infra/network/cilium/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ cgroup:
1818
enabled: false
1919
hostRoot: /sys/fs/cgroup
2020

21-
# https://www.talos.dev/latest/talos-guides/network/host-dns/#forwarding-kube-dns-to-host-dns
2221
# https://docs.cilium.io/en/stable/operations/performance/tuning/#ebpf-host-routing
2322
bpf:
24-
hostLegacyRouting: true
23+
masquerade: true
2524

2625
# https://docs.cilium.io/en/stable/network/concepts/ipam/
2726
ipam:

0 commit comments

Comments
 (0)