Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.06 KB

UPGRADE.md

File metadata and controls

29 lines (24 loc) · 1.06 KB

Upgrading from RHOAI 2.14

These instructions assume you installed and configured RHOAI 2.14 following the MLBatch install instructions for RHOAI-v2.14 and are subscribed to the fast channel.

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

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.15.0   Manual     false
install-nqrbp   rhods-operator.2.14.0   Manual     true

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

There are no MLBatch modifications to the default RHOAI configuration maps beyond those already made in previous installs. Therefore, you can simply 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