mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Merge pull request #290 from nirrozenbaum/master
fix forbidden issue #274 by adding appropriate verbs in cluster role
This commit is contained in:
commit
9c7743822c
1 changed files with 3 additions and 2 deletions
|
|
@ -6,9 +6,10 @@ rules:
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
resources:
|
resources:
|
||||||
- namespaces
|
|
||||||
- pods
|
- pods
|
||||||
- services
|
- nodes
|
||||||
|
- nodes/stats
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
|
- watch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue