From bb0348182d2eee6736cbf97698ad649cc6767f10 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sat, 29 Apr 2023 06:17:31 +0800 Subject: [PATCH] feat(cilium): use full eBPF --- kube/3-deploy/1-core/01-networking/cilium/install.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kube/3-deploy/1-core/01-networking/cilium/install.yaml b/kube/3-deploy/1-core/01-networking/cilium/install.yaml index d3207798..375858eb 100644 --- a/kube/3-deploy/1-core/01-networking/cilium/install.yaml +++ b/kube/3-deploy/1-core/01-networking/cilium/install.yaml @@ -131,6 +131,13 @@ spec: range: 9993,32767 bandwidthManager: enabled: true + bbr: false # enable after Talos kernel updated to >= 5.18 + bpf: + masquerade: true + tproxy: true + ipMasqAgent: + enabled: true + enableIPv6BIGTCP: false # enable after Talos kernel updated to >= 5.19 l7Proxy: true hubble: enabled: true