Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing clusterrole rules for helm #925

Merged
merged 1 commit into from
Jun 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions charts/kueue/templates/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ rules:
- events
verbs:
- create
- patch
- update
- watch
- apiGroups:
Expand Down Expand Up @@ -54,6 +55,13 @@ rules:
- list
- update
- watch
- apiGroups:
- apiextensions.k8s.io
resources:
- customresourcedefinitions
verbs:
- list
- watch
- apiGroups:
- batch
resources:
Expand All @@ -78,6 +86,7 @@ rules:
- jobs/status
verbs:
- get
- update
- apiGroups:
- kubeflow.org
resources:
Expand All @@ -94,6 +103,7 @@ rules:
- mpijobs/status
verbs:
- get
- update
- apiGroups:
- kueue.x-k8s.io
resources:
Expand Down Expand Up @@ -196,6 +206,23 @@ rules:
- get
- list
- watch
- apiGroups:
- ray.io
resources:
- rayjobs
verbs:
- get
- list
- patch
- update
- watch
- apiGroups:
- ray.io
resources:
- rayjobs/status
verbs:
- get
- update
- apiGroups:
- scheduling.k8s.io
resources:
Expand Down