Calico: add missing verbs in ClusterRole (#8136)
This commit is contained in:
parent
465ffa3c9f
commit
6f6fad5a16
1 changed files with 2 additions and 0 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue