Skip to content

Commit

Permalink
Fix RBAC rules
Browse files Browse the repository at this point in the history
To prevent "Error: failed to run Kubelet: cannot create certificate
signing request: certificatesigningrequests.certificates.k8s.io is
forbidden: User "kubelet" cannot create resource
"certificatesigningrequests" in API group "certificates.k8s.io" at the
cluster scope"
  • Loading branch information
Fedosin committed May 30, 2022
1 parent 3c6aa74 commit e2006e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ rules:
- apiGroups:
- "certificates.k8s.io"
resources:
- certificatesigningrequests
- certificatesigningrequests/nodeclient
verbs:
- "create"
Expand Down

0 comments on commit e2006e7

Please sign in to comment.