mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-10-31 18:07:50 +00:00
fix(cilium): use legacy host routing
requirement for running on talos
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
# https://github.com/cilium/cilium/blob/main/install/kubernetes/cilium/values.yaml
|
||||||
cluster:
|
cluster:
|
||||||
name: talos
|
name: talos
|
||||||
id: 1
|
id: 1
|
||||||
@@ -17,9 +18,15 @@ cgroup:
|
|||||||
enabled: false
|
enabled: false
|
||||||
hostRoot: /sys/fs/cgroup
|
hostRoot: /sys/fs/cgroup
|
||||||
|
|
||||||
|
# https://www.talos.dev/latest/talos-guides/network/host-dns/#forwarding-kube-dns-to-host-dns
|
||||||
|
# https://docs.cilium.io/en/stable/operations/performance/tuning/#ebpf-host-routing
|
||||||
|
bpf:
|
||||||
|
hostLegacyRouting: true
|
||||||
|
|
||||||
# https://docs.cilium.io/en/stable/network/concepts/ipam/
|
# https://docs.cilium.io/en/stable/network/concepts/ipam/
|
||||||
ipam:
|
ipam:
|
||||||
mode: kubernetes
|
mode: kubernetes
|
||||||
|
multiPoolPreAllocation: ""
|
||||||
|
|
||||||
operator:
|
operator:
|
||||||
rollOutPods: true
|
rollOutPods: true
|
||||||
|
|||||||
Reference in New Issue
Block a user