File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ var (
233233 }
234234
235235 ComponentCoreOSAlertmanager = Component {
236- Version : "v0.27 .0" ,
236+ Version : "v0.28 .0" ,
237237 Registry : "" ,
238238 }
239239
Original file line number Diff line number Diff line change @@ -325,6 +325,14 @@ spec:
325325 for cleanup. This should be big enough to hold all the NAT entries that expire within one cleanup interval.
326326 minimum : 1
327327 type : integer
328+ bpfMapSizeConntrackScaling :
329+ description : |-
330+ BPFMapSizeConntrackScaling controls whether and how we scale the conntrack map size depending
331+ on its usage. 'Disabled' make the size stay at the default or whatever is set by
332+ BPFMapSizeConntrack*. 'DoubleIfFull' doubles the size when the map is pretty much full even
333+ after cleanups. [Default: DoubleIfFull]
334+ pattern : ^(?i)(Disabled|DoubleIfFull)?$
335+ type : string
328336 bpfMapSizeIPSets :
329337 description : |-
330338 BPFMapSizeIPSets sets the size for ipsets map. The IP sets map must be large enough to hold an entry
You can’t perform that action at this time.
0 commit comments