Skip to content

Commit 05a109d

Browse files
committed
CNI: Update calico from v3.30.3 to v3.30.4
1 parent 9124b8a commit 05a109d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

pkg/minikube/bootstrapper/images/images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
189189
const calicoRepo = "docker.io/calico"
190190

191191
// CalicoDaemonSet returns the image used for calicoDaemonSet

pkg/minikube/cni/calico.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)