@@ -7,7 +7,7 @@ cluster roles, and priority classes.
77
88Create ` default-priority ` , ` high-priority ` , and ` low-priority ` priority classes:
99``` sh
10- oc apply -f setup.RHOAI-v2.17 /mlbatch-priorities.yaml
10+ oc apply -f setup.RHOAI-v2.18 /mlbatch-priorities.yaml
1111```
1212
1313## Scheduler Configuration
@@ -28,8 +28,8 @@ helm install scheduler-plugins --namespace scheduler-plugins --create-namespace
2828```
2929Patch scheduler-plugins pod priorities:
3030``` sh
31- oc patch deployment -n scheduler-plugins --type=json --patch-file setup.RHOAI-v2.17 /scheduler-priority-patch.yaml scheduler-plugins-controller
32- oc patch deployment -n scheduler-plugins --type=json --patch-file setup.RHOAI-v2.17 /scheduler-priority-patch.yaml scheduler-plugins-scheduler
31+ oc patch deployment -n scheduler-plugins --type=json --patch-file setup.RHOAI-v2.18 /scheduler-priority-patch.yaml scheduler-plugins-controller
32+ oc patch deployment -n scheduler-plugins --type=json --patch-file setup.RHOAI-v2.18 /scheduler-priority-patch.yaml scheduler-plugins-scheduler
3333```
3434
3535
@@ -38,7 +38,7 @@ oc patch deployment -n scheduler-plugins --type=json --patch-file setup.RHOAI-v2
3838
3939Create the Red Hat OpenShift AI subscription:
4040``` sh
41- oc apply -f setup.RHOAI-v2.17 /mlbatch-subscription.yaml
41+ oc apply -f setup.RHOAI-v2.18 /mlbatch-subscription.yaml
4242````
4343Identify install plan:
4444` ` ` sh
@@ -55,11 +55,11 @@ oc patch ip -n redhat-ods-operator --type merge --patch '{"spec":{"approved":tru
5555```
5656Create DSC Initialization:
5757``` sh
58- oc apply -f setup.RHOAI-v2.17 /mlbatch-dsci.yaml
58+ oc apply -f setup.RHOAI-v2.18 /mlbatch-dsci.yaml
5959```
6060Create Data Science Cluster:
6161``` sh
62- oc apply -f setup.RHOAI-v2.17 /mlbatch-dsc.yaml
62+ oc apply -f setup.RHOAI-v2.18 /mlbatch-dsc.yaml
6363```
6464The provided DSCI and DSC are intended to install a minimal set of Red Hat OpenShift
6565AI managed components: ` codeflare ` , ` kueue ` , ` ray ` , and ` trainingoperator ` . The
@@ -117,14 +117,14 @@ The `ServiceMonitor` labeling is not required.
117117
118118Create Kueue's default flavor:
119119``` sh
120- oc apply -f setup.RHOAI-v2.17 /default-flavor.yaml
120+ oc apply -f setup.RHOAI-v2.18 /default-flavor.yaml
121121```
122122
123123## Cluster Role
124124
125125Create ` mlbatch-edit ` role:
126126``` sh
127- oc apply -f setup.RHOAI-v2.17 /mlbatch-edit-role.yaml
127+ oc apply -f setup.RHOAI-v2.18 /mlbatch-edit-role.yaml
128128```
129129
130130## Slack Cluster Queue
0 commit comments