This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
richard
/
kubespray
mirror of
https://github.com/kubernetes-sigs/kubespray.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
Added RBAC rights for metrics_server.
Fixes
#3829
(
#3843
)
pull/3846/head
Bjorn Skovlund Ryden
6 years ago
committed by
Kubernetes Prow Robot
parent
c3e83f464f
commit
d42b37b77d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
1
roles/kubernetes-apps/metrics_server/templates/resource-reader.yaml.j2
1
roles/kubernetes-apps/metrics_server/templates/resource-reader.yaml.j2
View File
@ -11,6 +11,7 @@ rules:
resources:
- pods
- nodes
- nodes/stats
- namespaces
verbs:
- get
Write
Preview
Loading…
Cancel
Save