From 6cc614c26b212c9f9227b9380a31265dc02b5b39 Mon Sep 17 00:00:00 2001 From: Erik Stidham Date: Tue, 7 Jan 2025 10:29:57 -0600 Subject: [PATCH] Update CRDs: FelixConfigurations (#3680) --- .../calico/crd.projectcalico.org_felixconfigurations.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg/crds/calico/crd.projectcalico.org_felixconfigurations.yaml b/pkg/crds/calico/crd.projectcalico.org_felixconfigurations.yaml index 7e4c7bf353..1a175fa74a 100644 --- a/pkg/crds/calico/crd.projectcalico.org_felixconfigurations.yaml +++ b/pkg/crds/calico/crd.projectcalico.org_felixconfigurations.yaml @@ -274,6 +274,13 @@ spec: FrontendMap should be large enough to hold an entry for each nodeport, external IP and each port in each service. type: integer + bpfMapSizePerCpuConntrack: + description: |- + BPFMapSizePerCPUConntrack determines the size of conntrack map based on the number of CPUs. If set to a + non-zero value, overrides BPFMapSizeConntrack with `BPFMapSizePerCPUConntrack * (Number of CPUs)`. + This map must be large enough to hold an entry for each active connection. Warning: changing the size of the + conntrack map can cause disruption. + type: integer bpfMapSizeRoute: description: |- BPFMapSizeRoute sets the size for the routes map. The routes map should be large enough