Upgrading with an existing operator in the OpenShift console
You can upgrade an existing Content Cortex deployment by upgrading the existing operator to a new version in the OpenShift® console.
Procedure
What to do next
oc logs -f deployment/ibm-content-operatorWhen the operator is
deployed successfully, get the role of the operator to give access to specified
users.
oc get role | grep ibm-content-operator | sort -t"t" -k1r | awk 'NR==1{print $1}'Once
the operator is upgraded, and an updated custom resource is applied, the deployment upgrade starts.
This can take approximately 20 minutes, and after one reconcile loop completes, you can validate your upgrade. To validate the success of your upgrade, see topic Verifying the
upgrade.