Fix missing permissions for OpenStack cloud-controller-manager preventing metrics scraping (#6124)
This commit is contained in:
parent
0f5fd1edc0
commit
437189c213
1 changed files with 13 additions and 0 deletions
|
@ -81,6 +81,19 @@ items:
|
|||
- list
|
||||
- get
|
||||
- watch
|
||||
- apiGroups:
|
||||
- authentication.k8s.io
|
||||
resources:
|
||||
- tokenreviews
|
||||
verbs:
|
||||
- create
|
||||
- apiGroups:
|
||||
- authorization.k8s.io
|
||||
resources:
|
||||
- subjectaccessreviews
|
||||
verbs:
|
||||
- create
|
||||
|
||||
- apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
|
|
Loading…
Reference in a new issue