Fixes issue #7573 - Made Calico permissions compatible with v3.18.x (see https://github.com/projectcalico/calico/issues/4557). Specifically, granted watch to custom resources blockaffinities, ipamblocks & ipamhandles (#7575)
This commit is contained in:
parent
5ea2d1eb67
commit
3f4eb9be08
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ rules:
|
||||||
- create
|
- create
|
||||||
- update
|
- update
|
||||||
- delete
|
- delete
|
||||||
|
- watch
|
||||||
# kube-controllers manages hostendpoints.
|
# kube-controllers manages hostendpoints.
|
||||||
- apiGroups: ["crd.projectcalico.org"]
|
- apiGroups: ["crd.projectcalico.org"]
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in a new issue