mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-12 20:07:39 -02:30
Calico: add missing verbs in ClusterRole (#8136)
This commit is contained in:
@@ -45,6 +45,8 @@ rules:
|
|||||||
resources:
|
resources:
|
||||||
- pods
|
- pods
|
||||||
verbs:
|
verbs:
|
||||||
|
- watch
|
||||||
|
- list
|
||||||
- get
|
- get
|
||||||
# IPAM resources are manipulated when nodes are deleted.
|
# IPAM resources are manipulated when nodes are deleted.
|
||||||
- apiGroups: ["crd.projectcalico.org"]
|
- apiGroups: ["crd.projectcalico.org"]
|
||||||
|
|||||||
Reference in New Issue
Block a user