Skip to content

Commit

Permalink
[stable/prometheus] Added /nodes/metrics permission to prometheus ser…
Browse files Browse the repository at this point in the history
…ver (helm#16394)

This change allows prometheus to scrape nodes directly, instead of
proxying all requests through the API server.

Signed-off-by: Micah Hausler <mhausler@amazon.com>
  • Loading branch information
micahhausler authored and Ram Sri committed Sep 30, 2019
1 parent efde01d commit e1fa976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: prometheus
version: 9.1.0
version: 9.1.1
appVersion: 2.11.1
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
Expand Down
1 change: 1 addition & 0 deletions stable/prometheus/templates/server-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ rules:
resources:
- nodes
- nodes/proxy
- nodes/metrics
- services
- endpoints
- pods
Expand Down

0 comments on commit e1fa976

Please sign in to comment.