File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ func KindNet(repo string) string {
183
183
}
184
184
185
185
// 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 "
187
187
const calicoRepo = "docker.io/calico"
188
188
189
189
// CalicoDaemonSet returns the image used for calicoDaemonSet
Original file line number Diff line number Diff line change @@ -1057,6 +1057,13 @@ spec:
1057
1057
Loose]'
1058
1058
pattern : ^(?i)(Disabled|Strict|Loose)?$
1059
1059
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
1060
1067
bpfExtToServiceConnmark :
1061
1068
description : ' BPFExtToServiceConnmark in BPF mode, control a 32bit
1062
1069
mark that is set on connections from an external client to a local
You can’t perform that action at this time.
0 commit comments