Skip to content

Commit 6b4ff49

Browse files
committed
Fast stream update: replace 2.17 with 2.18
1 parent be7a04a commit 6b4ff49

14 files changed

+29
-23
lines changed

SETUP.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Instructions are provided for the following Red Hat OpenShift AI ***stable*** re
4545
+ [RHOAI 2.13 Uninstall](./setup.RHOAI-v2.13/UNINSTALL.md)
4646

4747
Instructions are provided for the following Red Hat OpenShift AI ***fast*** releases:
48-
+ Red Hat OpenShift AI 2.17
49-
+ [RHOAI 2.17 Cluster Setup](./setup.RHOAI-v2.17/CLUSTER-SETUP.md)
50-
+ [RHOAI 2.17 Team Setup](./setup.RHOAI-v2.17/TEAM-SETUP.md)
51-
+ [UPGRADING from RHOAI 2.16](./setup.RHOAI-v2.17/UPGRADE.md)
52-
+ [RHOAI 2.17 Uninstall](./setup.RHOAI-v2.17/UNINSTALL.md)
48+
+ Red Hat OpenShift AI 2.18
49+
+ [RHOAI 2.18 Cluster Setup](./setup.RHOAI-v2.18/CLUSTER-SETUP.md)
50+
+ [RHOAI 2.18 Team Setup](./setup.RHOAI-v2.18/TEAM-SETUP.md)
51+
+ [UPGRADING from RHOAI 2.16](./setup.RHOAI-v2.18/UPGRADE.md)
52+
+ [RHOAI 2.18 Uninstall](./setup.RHOAI-v2.18/UNINSTALL.md)
5353

5454
## Kubernetes
5555

setup.RHOAI-v2.17/CLUSTER-SETUP.md setup.RHOAI-v2.18/CLUSTER-SETUP.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cluster roles, and priority classes.
77

88
Create `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
```
2929
Patch 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

3939
Create 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
````
4343
Identify install plan:
4444
```sh
@@ -55,11 +55,11 @@ oc patch ip -n redhat-ods-operator --type merge --patch '{"spec":{"approved":tru
5555
```
5656
Create 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
```
6060
Create 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
```
6464
The provided DSCI and DSC are intended to install a minimal set of Red Hat OpenShift
6565
AI managed components: `codeflare`, `kueue`, `ray`, and `trainingoperator`. The
@@ -117,14 +117,14 @@ The `ServiceMonitor` labeling is not required.
117117

118118
Create 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

125125
Create `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
File renamed without changes.
File renamed without changes.

setup.RHOAI-v2.17/UPGRADE.md setup.RHOAI-v2.18/UPGRADE.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Upgrading from RHOAI 2.16
1+
# Upgrading from RHOAI 2.17
22

3-
These instructions assume you installed and configured RHOAI 2.16 following
4-
the MLBatch [install instructions for RHOAI-v2.16](../setup.RHOAI-v2.16/CLUSTER-SETUP.md)
5-
or the [fast stream upgrade instructions for RHOAI-V2.16](../setup.RHOAI-v2.16/UPGRADE-FAST.md)
3+
These instructions assume you installed and configured RHOAI 2.17 following
4+
the MLBatch [install instructions for RHOAI-v2.17](../setup.RHOAI-v2.17/CLUSTER-SETUP.md)
5+
or the [fast stream upgrade instructions for RHOAI-V2.17](../setup.RHOAI-v2.17/UPGRADE.md)
66
and are subscribed to the fast channel.
77

88
Your subscription will have automatically created an unapproved
9-
install plan to upgrade to RHOAI 2.17.
9+
install plan to upgrade to RHOAI 2.18.
1010

1111
Before beginning, verify that the expected install plan exists:
1212
```sh
@@ -15,8 +15,8 @@ oc get ip -n redhat-ods-operator
1515
Typical output would be:
1616
```sh
1717
NAME CSV APPROVAL APPROVED
18-
install-kpzzl rhods-operator.2.17.0 Manual false
19-
install-nqrbp rhods-operator.2.16.0 Manual true
18+
install-kpzzl rhods-operator.2.18.0 Manual false
19+
install-nqrbp rhods-operator.2.17.0 Manual true
2020
```
2121

2222
Assuming the install plan exists you can begin the upgrade process.
File renamed without changes.
File renamed without changes.
File renamed without changes.

setup.RHOAI-v2.17/mlbatch-subscription.yaml setup.RHOAI-v2.18/mlbatch-subscription.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ spec:
275275
name: rhods-operator
276276
source: redhat-operators
277277
sourceNamespace: openshift-marketplace
278-
startingCSV: rhods-operator.2.17.0
278+
startingCSV: rhods-operator.2.18.0
279279
config:
280280
env:
281281
- name: "DISABLE_DSC_CONFIG"

setup.tmpl/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ docs: gotmpl
2525
../tools/gotmpl/gotmpl -input ./TEAM-SETUP.md.tmpl -output ../setup.RHOAI-v2.13/TEAM-SETUP.md -values RHOAI-v2.13.yaml
2626
../tools/gotmpl/gotmpl -input ./CLUSTER-SETUP.md.tmpl -output ../setup.RHOAI-v2.16/CLUSTER-SETUP.md -values RHOAI-v2.16.yaml
2727
../tools/gotmpl/gotmpl -input ./TEAM-SETUP.md.tmpl -output ../setup.RHOAI-v2.16/TEAM-SETUP.md -values RHOAI-v2.16.yaml
28-
../tools/gotmpl/gotmpl -input ./CLUSTER-SETUP.md.tmpl -output ../setup.RHOAI-v2.17/CLUSTER-SETUP.md -values RHOAI-v2.17.yaml
29-
../tools/gotmpl/gotmpl -input ./TEAM-SETUP.md.tmpl -output ../setup.RHOAI-v2.17/TEAM-SETUP.md -values RHOAI-v2.17.yaml
28+
../tools/gotmpl/gotmpl -input ./CLUSTER-SETUP.md.tmpl -output ../setup.RHOAI-v2.18/CLUSTER-SETUP.md -values RHOAI-v2.18.yaml
29+
../tools/gotmpl/gotmpl -input ./TEAM-SETUP.md.tmpl -output ../setup.RHOAI-v2.18/TEAM-SETUP.md -values RHOAI-v2.18.yaml
3030
../tools/gotmpl/gotmpl -input ./CLUSTER-SETUP.md.tmpl -output ../setup.k8s/CLUSTER-SETUP.md -values Kubernetes.yaml
3131
../tools/gotmpl/gotmpl -input ./TEAM-SETUP.md.tmpl -output ../setup.k8s/TEAM-SETUP.md -values Kubernetes.yaml
3232

setup.tmpl/RHOAI-v2.18.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Values for RHOAI 2.18
2+
3+
RHOAI: true
4+
VERSION: RHOAI-v2.18
5+
KUBECTL: oc
6+
FAIRSHARE: true

0 commit comments

Comments
 (0)