Skip to content

Commit

Permalink
🐛 add ns update permisson to klusterlet cluster role (#386)
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Le <[email protected]>
  • Loading branch information
elgnay authored Oct 27, 2023
1 parent 2d58095 commit ed10693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.7.0
v0.7.1
2 changes: 1 addition & 1 deletion pkg/cmd/join/scenario/join/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rules:
verbs: ["create"]
- apiGroups: [""]
resources: ["namespaces"]
verbs: ["create", "get", "list", "watch", "delete"]
verbs: ["create", "get", "list", "update", "watch", "delete"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "list", "watch"]
Expand Down

0 comments on commit ed10693

Please sign in to comment.