Skip to content

Commit cce2480

Browse files
committed
fix(cilium): disable bpf.hostLegacyRouting
It's no longer a requirement for Talos Signed-off-by: Vegard Hagen <[email protected]>
1 parent e99dbad commit cce2480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/infra/network/cilium/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cgroup:
2121
# https://www.talos.dev/latest/talos-guides/network/host-dns/#forwarding-kube-dns-to-host-dns
2222
# https://docs.cilium.io/en/stable/operations/performance/tuning/#ebpf-host-routing
2323
bpf:
24-
hostLegacyRouting: true
24+
hostLegacyRouting: false
2525

2626
# https://docs.cilium.io/en/stable/network/concepts/ipam/
2727
ipam:

0 commit comments

Comments
 (0)