Skip to content

Commit

Permalink
fix: adds jaxjobs to the kubeflow-training-roles.yaml ClusterRole
Browse files Browse the repository at this point in the history
This commit adds jaxjobs to the aggregation ClusterRole for Kubeflow,
which allows Kubeflow Profiles to have edit and admin rights over this CR.

Fixes #2416

Signed-off-by: Daniela Plascencia <[email protected]>
  • Loading branch information
DnPlas committed Feb 5, 2025
1 parent fcf1fb3 commit be6f11a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/overlays/kubeflow/kubeflow-training-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ rules:
- pytorchjobs
- xgboostjobs
- paddlejobs
- jaxjobs
verbs:
- create
- delete
Expand All @@ -43,6 +44,7 @@ rules:
- pytorchjobs/status
- xgboostjobs/status
- paddlejobs/status
- jaxjobs/status
verbs:
- get
- apiGroups:
Expand Down Expand Up @@ -80,6 +82,7 @@ rules:
- pytorchjobs
- xgboostjobs
- paddlejobs
- jaxjobs
verbs:
- get
- list
Expand All @@ -92,5 +95,6 @@ rules:
- pytorchjobs/status
- xgboostjobs/status
- paddlejobs/status
- jaxjobs/status
verbs:
- get

0 comments on commit be6f11a

Please sign in to comment.