mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/prometheus] Added /nodes/metrics permission to prometheus server (#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>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
366a560639
commit
65ce1794f0
@@ -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/
|
||||
|
||||
@@ -22,6 +22,7 @@ rules:
|
||||
resources:
|
||||
- nodes
|
||||
- nodes/proxy
|
||||
- nodes/metrics
|
||||
- services
|
||||
- endpoints
|
||||
- pods
|
||||
|
||||
Reference in New Issue
Block a user