Commit c1eaf61e authored by David McKay's avatar David McKay Committed by David McKay

fix: node/stats was incorrectly removed

parent 24717e93
......@@ -11,7 +11,7 @@ rules:
resources: ["pods"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["nodes/proxy"]
resources: ["nodes/proxy", "nodes/stats"]
verbs: ["get", "list", "watch"]
---
# Define global role with the default system:aggregate-to-view cluster role and the two rules we just created
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment