Merge pull request #18206 from minikube-bot/auto_bump_calico_version
CNI: Update calico from v3.27.0 to v3.27.3pull/18591/head
commit
779a3ea45b
|
@ -183,7 +183,7 @@ func KindNet(repo string) string {
|
|||
}
|
||||
|
||||
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
|
||||
const calicoVersion = "v3.27.0"
|
||||
const calicoVersion = "v3.27.3"
|
||||
const calicoRepo = "docker.io/calico"
|
||||
|
||||
// CalicoDaemonSet returns the image used for calicoDaemonSet
|
||||
|
|
|
@ -1057,6 +1057,13 @@ spec:
|
|||
Loose]'
|
||||
pattern: ^(?i)(Disabled|Strict|Loose)?$
|
||||
type: string
|
||||
bpfExcludeCIDRsFromNAT:
|
||||
description: BPFExcludeCIDRsFromNAT is a list of CIDRs that are to
|
||||
be excluded from NAT resolution so that host can handle them. A
|
||||
typical usecase is node local DNS cache.
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
bpfExtToServiceConnmark:
|
||||
description: 'BPFExtToServiceConnmark in BPF mode, control a 32bit
|
||||
mark that is set on connections from an external client to a local
|
||||
|
|
Loading…
Reference in New Issue