@@ -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.15 /mlbatch-priorities.yaml
10+ oc apply -f setup.RHOAI-v2.17 /mlbatch-priorities.yaml
1111```
1212
1313## Coscheduler
@@ -20,15 +20,15 @@ helm install scheduler-plugins --namespace scheduler-plugins --create-namespace
2020```
2121Patch Coscheduler pod priorities:
2222``` sh
23- oc patch deployment -n scheduler-plugins --type=json --patch-file setup.RHOAI-v2.15 /coscheduler-priority-patch.yaml scheduler-plugins-controller
24- oc patch deployment -n scheduler-plugins --type=json --patch-file setup.RHOAI-v2.15 /coscheduler-priority-patch.yaml scheduler-plugins-scheduler
23+ oc patch deployment -n scheduler-plugins --type=json --patch-file setup.RHOAI-v2.17 /coscheduler-priority-patch.yaml scheduler-plugins-controller
24+ oc patch deployment -n scheduler-plugins --type=json --patch-file setup.RHOAI-v2.17 /coscheduler-priority-patch.yaml scheduler-plugins-scheduler
2525```
2626
2727## Red Hat OpenShift AI
2828
2929Create the Red Hat OpenShift AI subscription:
3030``` sh
31- oc apply -f setup.RHOAI-v2.15 /mlbatch-subscription.yaml
31+ oc apply -f setup.RHOAI-v2.17 /mlbatch-subscription.yaml
3232````
3333Identify install plan:
3434` ` ` sh
@@ -45,11 +45,11 @@ oc patch ip -n redhat-ods-operator --type merge --patch '{"spec":{"approved":tru
4545```
4646Create DSC Initialization:
4747``` sh
48- oc apply -f setup.RHOAI-v2.15 /mlbatch-dsci.yaml
48+ oc apply -f setup.RHOAI-v2.17 /mlbatch-dsci.yaml
4949```
5050Create Data Science Cluster:
5151``` sh
52- oc apply -f setup.RHOAI-v2.15 /mlbatch-dsc.yaml
52+ oc apply -f setup.RHOAI-v2.17 /mlbatch-dsc.yaml
5353```
5454The provided DSCI and DSC are intended to install a minimal set of Red Hat OpenShift
5555AI managed components: ` codeflare ` , ` kueue ` , ` ray ` , and ` trainingoperator ` . The
@@ -64,6 +64,7 @@ AI configuration as follows:
6464 - ` batch/job ` integration is disabled,
6565 - ` waitForPodsReady ` is disabled,
6666 - ` LendingLimit ` feature gate is enabled,
67+ - ` fairSharing ` is enabled,
6768 - ` enableClusterQueueResources ` metrics is enabled,
6869- Codeflare operator:
6970 - the AppWrapper controller is enabled and configured as follows:
@@ -79,14 +80,14 @@ AI configuration as follows:
7980
8081Create Kueue's default flavor:
8182``` sh
82- oc apply -f setup.RHOAI-v2.15 /default-flavor.yaml
83+ oc apply -f setup.RHOAI-v2.17 /default-flavor.yaml
8384```
8485
8586## Cluster Role
8687
8788Create ` mlbatch-edit ` role:
8889``` sh
89- oc apply -f setup.RHOAI-v2.15 /mlbatch-edit-role.yaml
90+ oc apply -f setup.RHOAI-v2.17 /mlbatch-edit-role.yaml
9091```
9192
9293## Slack Cluster Queue
0 commit comments