Skip to content

Commit

Permalink
Replace cluster.ray.io apiGroup with ray.io (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
tardieu authored Nov 20, 2024
1 parent 90a23ec commit e8189d9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion setup.RHOAI-v2.10/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ rules:
- update
- watch
- apiGroups:
- cluster.ray.io
- ray.io
resources:
- rayjobs
- rayclusters
Expand Down
2 changes: 1 addition & 1 deletion setup.RHOAI-v2.11/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ rules:
- update
- watch
- apiGroups:
- cluster.ray.io
- ray.io
resources:
- rayjobs
- rayclusters
Expand Down
2 changes: 1 addition & 1 deletion setup.RHOAI-v2.13/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ rules:
- update
- watch
- apiGroups:
- cluster.ray.io
- ray.io
resources:
- rayjobs
- rayclusters
Expand Down
2 changes: 1 addition & 1 deletion setup.RHOAI-v2.14/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ rules:
- update
- watch
- apiGroups:
- cluster.ray.io
- ray.io
resources:
- rayjobs
- rayclusters
Expand Down
2 changes: 1 addition & 1 deletion setup.k8s-v1.27/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ rules:
- update
- watch
- apiGroups:
- cluster.ray.io
- ray.io
resources:
- rayjobs
- rayclusters
Expand Down
2 changes: 1 addition & 1 deletion setup.k8s-v1.30/admission-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
apiVersions: ["v1"]
operations: ["CREATE", "UPDATE"]
resources: ["pytorchjobs"]
- apiGroups: ["cluster.ray.io"]
- apiGroups: ["ray.io"]
apiVersions: ["v1"]
operations: ["CREATE", "UPDATE"]
resources: ["rayjobs","rayclusters"]
Expand Down
2 changes: 1 addition & 1 deletion setup.k8s-v1.30/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ rules:
- update
- watch
- apiGroups:
- cluster.ray.io
- ray.io
resources:
- rayjobs
- rayclusters
Expand Down

0 comments on commit e8189d9

Please sign in to comment.