mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-24 22:46:06 -03:30
[calico] Add version 3.29.1 and make it default (#11798)
This commit is contained in:
committed by
GitHub
parent
3305ae9235
commit
25d0380db7
@@ -176,6 +176,7 @@ rules:
|
||||
- ipamblocks
|
||||
- blockaffinities
|
||||
- caliconodestatuses
|
||||
- tiers
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
|
||||
@@ -86,6 +86,13 @@ rules:
|
||||
verbs:
|
||||
- watch
|
||||
- list
|
||||
# Watch for changes to Kubernetes AdminNetworkPolicies.
|
||||
- apiGroups: ["policy.networking.k8s.io"]
|
||||
resources:
|
||||
- adminnetworkpolicies
|
||||
verbs:
|
||||
- watch
|
||||
- list
|
||||
# Used by Calico for policy information.
|
||||
- apiGroups: [""]
|
||||
resources:
|
||||
@@ -121,10 +128,17 @@ rules:
|
||||
- hostendpoints
|
||||
- blockaffinities
|
||||
- caliconodestatuses
|
||||
- tiers
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
# Calico creates some tiers on startup.
|
||||
- apiGroups: ["crd.projectcalico.org"]
|
||||
resources:
|
||||
- tiers
|
||||
verbs:
|
||||
- create
|
||||
# Calico must create and update some CRDs on startup.
|
||||
- apiGroups: ["crd.projectcalico.org"]
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user