Commit 0562666c by tingweiwang

为autodl-core cluster scope增加node资源的get权限。

1 parent 01e4f9a0
Showing with 1 additions and 1 deletions
......@@ -15,7 +15,7 @@ rules:
- ""
resources:
- nodes
verbs: ["watch", "list", "patch"]
verbs: ["get", "watch", "list", "patch"]
- nonResourceURLs:
- /version/
verbs: ["get"]
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!