[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:
Micah Hausler
2019-09-14 23:28:37 -07:00
committed by Kubernetes Prow Robot
parent 366a560639
commit 65ce1794f0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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