Skip to content

Commit

Permalink
chore(t8s-cluster/workload-cluster): enable cilium eBPF routing
Browse files Browse the repository at this point in the history
with the aforementioned ports
  • Loading branch information
cwrau committed Sep 26, 2024
1 parent 520a631 commit 5bc93b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions charts/t8s-cluster/templates/workload-cluster/cni-cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ spec:
targetNamespace: kube-system
releaseName: cni
values:
# enable eBPF based routing instead of iptables
nodePort:
enabled: true
bpf:
masquerade: true
# enable eBPF bases host routing
# currently not really possible with CAPI, as they don't support disabling the built-in kube-proxy
# kubeProxyReplacement: strict

rollOutCiliumPods: true
encryption:
enabled: false
Expand Down

0 comments on commit 5bc93b8

Please sign in to comment.