Skip to content

Commit

Permalink
Update CRDs: FelixConfigurations (#3680)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmjd authored Jan 7, 2025
1 parent 3c2d354 commit 6cc614c
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cc614c

Please sign in to comment.