Skip to content

Commit

Permalink
fix: πŸ› calico-cni-plugin missing RBAC
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 committed Apr 12, 2024
1 parent 1b870a1 commit e50900c
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 e50900c

Please sign in to comment.