File tree 2 files changed +11
-1
lines changed
2 files changed +11
-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.29.0 "
186
+ const calicoVersion = "v3.29.1 "
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 @@ -1939,6 +1939,10 @@ spec:
1939
1939
description : ' WireguardRoutingRulePriority controls the priority value
1940
1940
to use for the Wireguard routing rule. [Default: 99]'
1941
1941
type : integer
1942
+ wireguardThreadingEnabled :
1943
+ description : ' WireguardThreadingEnabled controls whether Wireguard
1944
+ has NAPI threading enabled. [Default: false]'
1945
+ type : boolean
1942
1946
workloadSourceSpoofing :
1943
1947
description : WorkloadSourceSpoofing controls whether pods can use
1944
1948
the allowedSourcePrefixes annotation to send traffic with a source
@@ -5915,6 +5919,12 @@ rules:
5915
5919
- get
5916
5920
- list
5917
5921
- watch
5922
+ # Calico creates some tiers on startup.
5923
+ - apiGroups : ["crd.projectcalico.org"]
5924
+ resources :
5925
+ - tiers
5926
+ verbs :
5927
+ - create
5918
5928
# Calico must create and update some CRDs on startup.
5919
5929
- apiGroups : ["crd.projectcalico.org"]
5920
5930
resources :
You can’t perform that action at this time.
0 commit comments