Skip to content
Snippets Groups Projects
Unverified Commit 4db3e2c3 authored by MatthieuFin's avatar MatthieuFin Committed by GitHub
Browse files

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

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

:white_check_mark: Closes: 11076
parent 3d19e744
Branches
Tags
No related merge requests found
...@@ -16,6 +16,11 @@ rules: ...@@ -16,6 +16,11 @@ rules:
- pods/status - pods/status
verbs: verbs:
- patch - patch
- apiGroups: [""]
resources:
- nodes/status
verbs:
- update
- apiGroups: ["crd.projectcalico.org"] - apiGroups: ["crd.projectcalico.org"]
resources: resources:
- blockaffinities - blockaffinities
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment