Skip to content

Commit

Permalink
fix: πŸ› calico-cni-plugin missing RBAC (kubernetes-sigs#11077)
Browse files Browse the repository at this point in the history
To configure node asNumber for per node peering service account
calico-cni-plugin need nodes/status update rights

βœ… Closes: 11076
  • Loading branch information
MatthieuFin authored and Rickkwa committed Jun 26, 2024
1 parent 57cd086 commit 3a73a8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/network_plugin/calico/templates/calico-cr.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ rules:
- pods/status
verbs:
- patch
- apiGroups: [""]
resources:
- nodes/status
verbs:
- update
- apiGroups: ["crd.projectcalico.org"]
resources:
- blockaffinities
Expand Down

0 comments on commit 3a73a8a

Please sign in to comment.