Skip to content

Commit f9e390e

Browse files
committed
CNI: Update calico from v3.27.0 to v3.27.2
1 parent 60a3051 commit f9e390e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: pkg/minikube/bootstrapper/images/images.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ func KindNet(repo string) string {
183183
}
184184

185185
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
186-
const calicoVersion = "v3.27.0"
186+
const calicoVersion = "v3.27.2"
187187
const calicoRepo = "docker.io/calico"
188188

189189
// CalicoDaemonSet returns the image used for calicoDaemonSet

Diff for: pkg/minikube/cni/calico.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -1057,6 +1057,13 @@ spec:
10571057
Loose]'
10581058
pattern: ^(?i)(Disabled|Strict|Loose)?$
10591059
type: string
1060+
bpfExcludeCIDRsFromNAT:
1061+
description: BPFExcludeCIDRsFromNAT is a list of CIDRs that are to
1062+
be excluded from NAT resolution so that host can handle them. A
1063+
typical usecase is node local DNS cache.
1064+
items:
1065+
type: string
1066+
type: array
10601067
bpfExtToServiceConnmark:
10611068
description: 'BPFExtToServiceConnmark in BPF mode, control a 32bit
10621069
mark that is set on connections from an external client to a local

0 commit comments

Comments
 (0)