File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ func KindNet(repo string) string {
185185}
186186
187187// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
188- const calicoVersion = "v3.30.3 "
188+ const calicoVersion = "v3.30.4 "
189189const calicoRepo = "docker.io/calico"
190190
191191// CalicoDaemonSet returns the image used for calicoDaemonSet
Original file line number Diff line number Diff line change @@ -1326,6 +1326,11 @@ spec:
13261326 kube-proxy always accepts endpoint slices. This option will be removed in
13271327 the next release.
13281328 type: boolean
1329+ bpfKubeProxyHealtzPort:
1330+ description: |-
1331+ BPFKubeProxyHealtzPort, in BPF mode, controls the port that Felix's embedded kube-proxy health check server binds to.
1332+ The health check server is used by external load balancers to determine if this node should receive traffic. [Default: 10256]
1333+ type: integer
13291334 bpfKubeProxyIptablesCleanupEnabled:
13301335 description: |-
13311336 BPFKubeProxyIptablesCleanupEnabled, if enabled in BPF mode, Felix will proactively clean up the upstream
@@ -1464,6 +1469,10 @@ spec:
14641469 - Disabled
14651470 - L2Only
14661471 type: string
1472+ cgroupV2Path:
1473+ description: CgroupV2Path overrides the default location where to
1474+ find the cgroup hierarchy.
1475+ type: string
14671476 chainInsertMode:
14681477 description: |-
14691478 ChainInsertMode controls whether Felix hooks the kernel's top-level iptables chains by inserting a rule
You can’t perform that action at this time.
0 commit comments