Commit f6f4b8d2 by tingweiwang

autodl sa cluster scope增加node节点get权限

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