add missing verbs (#9032)
This commit is contained in:
parent
6cd243f14e
commit
1562a9c2ec
1 changed files with 9 additions and 1 deletions
|
@ -52,10 +52,16 @@ rules:
|
||||||
# IPAM resources are manipulated when nodes are deleted.
|
# IPAM resources are manipulated when nodes are deleted.
|
||||||
- apiGroups: ["crd.projectcalico.org"]
|
- apiGroups: ["crd.projectcalico.org"]
|
||||||
resources:
|
resources:
|
||||||
- ippools
|
|
||||||
- ipreservations
|
- ipreservations
|
||||||
verbs:
|
verbs:
|
||||||
- list
|
- list
|
||||||
|
# Pools are watched to maintain a mapping of blocks to IP pools.
|
||||||
|
- apiGroups: ["crd.projectcalico.org"]
|
||||||
|
resources:
|
||||||
|
- ippools
|
||||||
|
verbs:
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
- apiGroups: ["crd.projectcalico.org"]
|
- apiGroups: ["crd.projectcalico.org"]
|
||||||
resources:
|
resources:
|
||||||
- blockaffinities
|
- blockaffinities
|
||||||
|
@ -84,8 +90,10 @@ rules:
|
||||||
- clusterinformations
|
- clusterinformations
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
|
- list
|
||||||
- create
|
- create
|
||||||
- update
|
- update
|
||||||
|
- watch
|
||||||
# KubeControllersConfiguration is where it gets its config
|
# KubeControllersConfiguration is where it gets its config
|
||||||
- apiGroups: ["crd.projectcalico.org"]
|
- apiGroups: ["crd.projectcalico.org"]
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in a new issue