Upgrading IBM Cloud Pak for Network Automation in a connected environment
Upgrade the Cloud Pak on a cluster that is connected to the internet.
Before you begin
Attention: Upgrades from 2.6.5 to 2.7.0 are not possible. Do
not use the information in this topic to try and upgrade the IBM Cloud Pak® from 2.6.5 to version 2.7.0. For more information, see Migrating from 2.6.5 to 2.7.0.
Procedure
What to do next
- Verify that the upgrade is successful
- Verify that your instance is successfully upgraded by running the following command:
oc get orchestration -n ${NAMESPACE}
The instance might take some time to upgrade. When the
Status
value is Ready, the upgrade is complete.When you upgrade to 2.7.5, the upgrade process deletes most Redis pods. However, you must delete the IBM Operator for Redis pod manually:oc delete pod <ibm-cloud-databases-redis-operator-pod> -n <cp4na_namespace>
- Optional: Rebuild your custom resource drivers
- If you are upgrading to version 2.7.5 of the Cloud Pak and you
created custom resource drivers that are forks of existing drivers, you must rebuild your custom
drivers. After you complete the upgrade to 2.7.5, rebase your custom drivers to the versions of the
associated drivers that are required for 2.7.5. This step ensures that your custom drivers are
compatible with the updated version of the Ignition software that is contained in 2.7.5.
To view the required resource driver versions, see Required versions of resource drivers.