fix: 🐛 calico-cni-plugin missing RBAC (#11077)

To configure node asNumber for per node peering service account
calico-cni-plugin need nodes/status update rights

 Closes: 11076
pull/11111/head
MatthieuFin 2024-04-22 19:09:37 +02:00 committed by GitHub
parent 3d19e744f0
commit 4db3e2c3cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ rules:
- pods/status
verbs:
- patch
- apiGroups: [""]
resources:
- nodes/status
verbs:
- update
- apiGroups: ["crd.projectcalico.org"]
resources:
- blockaffinities