Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.17 KB

UPGRADE-STABLE.md

File metadata and controls

33 lines (26 loc) · 1.17 KB

Upgrading from RHOAI 2.10

These instructions assume you installed and configured RHOAI 2.10 following the MLBatch install instructions for RHOAI-v2.10.

Your subscription will have automatically created an unapproved install plan to upgrade to RHOAI 2.13.

Before beginning, verify that the expected install plan exists:

oc get ip -n redhat-ods-operator

Typical output would be:

NAME            CSV                     APPROVAL   APPROVED
install-kpzzl   rhods-operator.2.13.0   Manual     false
install-nqrbp   rhods-operator.2.10.0   Manual     true

Assuming the install plan exists you can begin the upgrade process.

First, update the MLBatch modifications to the default RHOAI configuration maps.

oc apply -f setup.RHOAI-v2.13/mlbatch-upgrade-stable-configmaps.yaml

Second, approve the install plan replacing the example plan name below with the actual value on your cluster:

oc patch ip -n redhat-ods-operator --type merge --patch '{"spec":{"approved":true}}' install-kpzzl

Finally, create the Slack Cluster Queue as described in CLUSTER-SETUP.md for RHOAI 2.13.