Merge pull request #105938 from josephburnett/fix-metrics-server

Give metrics server permission to read node stats.
This commit is contained in:
Kubernetes Prow Robot 2021-10-27 08:51:37 -07:00 committed by GitHub
commit c7d7fce4af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ rules:
resources:
- pods
- nodes
- nodes/stats
- namespaces
verbs:
- get