Skip to content

Commit f65c1f6

Browse files
committed
doc fix: missed a 2.16 ==> 2.19 update
1 parent 8434fb8 commit f65c1f6

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

setup.RHOAI-v2.19/CLUSTER-SETUP.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ oc get ip -n redhat-ods-operator
4646
```
4747
```
4848
NAMESPACE NAME CSV APPROVAL APPROVED
49-
redhat-ods-operator install-kmh8w rhods-operator.2.16.0 Manual false
49+
redhat-ods-operator install-kmh8w rhods-operator.2.19.0 Manual false
5050
```
5151
Approve install plan replacing the generated plan name below with the actual
5252
value:
@@ -73,7 +73,7 @@ AI configuration as follows:
7373
- `manageJobsWithoutQueueName` is enabled,
7474
- `batch/job` integration is disabled,
7575
- `waitForPodsReady` is disabled,
76-
- `LendingLimit` feature gate is enabled,
76+
- `VisibilityOnDemand` feature gate is disabled,
7777
- `fairSharing` is enabled,
7878
- `enableClusterQueueResources` metrics is enabled,
7979
- Codeflare operator:
@@ -82,7 +82,6 @@ AI configuration as follows:
8282
- `schedulerName` is set to `scheduler-plugins-scheduler`,
8383
- `queueName` is set to `default-queue`,
8484
- `slackQueueName` is set to `slack-cluster-queue`
85-
- pod priorities, resource requests and limits have been adjusted.
8685

8786

8887

setup.tmpl/CLUSTER-SETUP.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Identify install plan:
7878
```
7979
```
8080
NAMESPACE NAME CSV APPROVAL APPROVED
81-
redhat-ods-operator install-kmh8w rhods-operator.2.16.0 Manual false
81+
redhat-ods-operator install-kmh8w rhods-operator.{{ .VERSION_NUMBER}} Manual false
8282
```
8383
Approve install plan replacing the generated plan name below with the actual
8484
value:

setup.tmpl/RHOAI-v2.16.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
RHOAI: true
44
VERSION: RHOAI-v2.16
5+
VERSION_NUMBER: 2.16.0
56
KUBECTL: oc
67
FAIRSHARE: true

setup.tmpl/RHOAI-v2.17.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

setup.tmpl/RHOAI-v2.19.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
RHOAI: true
44
VERSION: RHOAI-v2.19
5+
VERSION_NUMBER: 2.16.0
56
KUBECTL: oc
67
FAIRSHARE: true

0 commit comments

Comments
 (0)