---
name: openshift-openshift_versions_420
title: 4.20 version information and update actions
description: Review information about version 4.20 of Red Hat OpenShift on IBM Cloud. This version is based on Kubernetes version 1.33.
last-updated: 2026-05-05
---

> ## Documentation Index
> The table of contents for this documentation set is at https://cloud.ibm.com/docs/openshift?format=markdown
> The index for all IBM Cloud docs is at: https://cloud.ibm.com/docs/llms.txt
> Use these files to discover more information as needed.

# 4.20 version information and update actions
{: #cs_versions_420}

Review information about version 4.20 of Red Hat OpenShift on IBM Cloud. This version is based on Kubernetes version 1.33. 
{: shortdesc}

Looking for general information about updating clusters, or information on a different version? See [Red Hat Red Hat OpenShift on IBM Cloud version information](https://cloud.ibm.com/docs/openshift?topic=openshift-openshift_versions&format=markdown) and the version [4.20 release notes](https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/index){: external}.
{: tip}


![This badge indicates Kubernetes version 1.32 certification for Red Hat OpenShift on IBM Cloud](images/certified-kubernetes-color.svg){: caption="Kubernetes version 1.32 certification badge" caption-side="bottom"}

Red Hat OpenShift on IBM Cloud is a Certified Kubernetes product for version 1.32 under the CNCF Kubernetes Software Conformance Certification program. _Kubernetes® is a registered trademark of The Linux Foundation in the United States and other countries, and is used pursuant to a license from The Linux Foundation._



## Release timeline 
{: #release_timeline_420}

The following table includes the expected release timeline for version 4.20. You can use this information for planning purposes, such as to estimate the general time that the version might become unsupported. 
{: shortdesc}

Dates that are marked with a dagger (`†`) are tentative and subject to change.
{: important}

| Supported? | Red Hat OpenShift / Kubernetes version | Release date | Unsupported date |
| --- | --- | --- | --- |
| Supported | 4.20 / 1.33 | 04 February 2026 | 19 January 2028`†` |
{: caption="Release history for Red Hat OpenShift on IBM Cloud version 4.20." caption-side="bottom"}


## Preparing to update
{: #prep-up-420}

Review changes that you might need to make when you [update a cluster](https://cloud.ibm.com/docs/openshift?topic=openshift-update&format=markdown) to version 4.20. This information summarizes updates that are likely to have an impact on deployed apps when you update.
{: shortdesc}

The [Satellite Location Sizing Requirements](https://cloud.ibm.com/docs/satellite?topic=satellite-location-sizing&format=markdown) for hosting Red Hat OpenShift on IBM Cloud version 4.20 clusters are the same regardless of whether the location is RHEL (non-CoreOS) or CoreOS-enabled. The requirements for location nodes are the same as those for [CoreOS-enabled locations](https://cloud.ibm.com/docs/satellite?topic=satellite-location-sizing&format=markdown).
{: important}

[Portworx](https://cloud.ibm.com/docs/openshift?topic=openshift-storage_portworx_about&format=markdown) does not yet support Red Hat OpenShift on IBM Cloud version 4.20 clusters. Do not update your cluster to version 4.20 if Portworx is installed.
{: important}


### Update before master
{: #420_before}

The following table shows the actions that you must take before you [update the cluster master](https://cloud.ibm.com/docs/openshift?topic=openshift-update&format=markdown#master).
{: shortdesc}

For clusters that run version 4.20 or later, you can use the `oc adm upgrade status` command to check the update status of your cluster master during a master version update. For more information, see [Viewing cluster upgrade status with the `oc adm upgrade status` command](https://cloud.ibm.com/docs/openshift?topic=openshift-upgrade-status&format=markdown).
{: tip}

| Type | Description |
| ---- | ---- |
| Preparing to update OpenShift | For more information, review the [Preparing to update to OpenShift Container Platform 4.20](https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/updating_clusters/preparing-to-update-a-cluster) for possible actions required. The etcd backup, version selection, and SDN removal upgrade preparation actions do not apply to Red Hat OpenShift on IBM Cloud clusters since etcd backups and version selection actions are handled for you, and Calico is used instead of SDN. |
| Deprecated and removed OpenShift features | For more information, review the [OpenShift Container Platform version 4.20 deprecated and removed features](https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/ocp-4-20-release-notes#ocp-release-deprecated-removed-features_release-notes) for possible actions required. |
| Upgrade requires administrator acknowledgement | After you have evaluated your cluster for any removed APIs and have migrated any removed APIs, you can acknowledge that your cluster is ready to upgrade from OpenShift Container Platform 4.19 to 4.20. See [Providing the adminstrator acknowledgement](https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/updating_clusters/preparing-to-update-a-cluster#update-preparing-ack_updating-cluster-prepare) for details. |
| RHEL operating system | Beginning with cluster version 4.18, Red Hat Enterprise Linux CoreOS (RHCOS) is the default operating system in Classic and VPC clusters and RHEL worker nodes are deprecated. Classic or VPC clusters. Upgrading a cluster to version 4.18 does not change the operating system for an existing worker pool. For more information and possible migration actions, see [Red Hat Enterprise Linux (RHEL) deprecation](https://cloud.ibm.com/docs/openshift?topic=openshift-rhel-deprecation&format=markdown). |
| Known OpenShift issues | For more information, review the [OpenShift Container Platform version 4.20 known issues](https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/ocp-4-20-release-notes#ocp-release-known-issues_release-notes) for possible actions required. |
| Upgrade requires OpenShift cluster version currency | A cluster master upgrade will be cancelled if the OpenShift cluster version status indicates that an update is already in progress. See [Why does OpenShift show the cluster version is not up to date?](https://cloud.ibm.com/docs/openshift?topic=openshift-ts-cluster-version-downlevel&format=markdown) for details. |
| Upgrade requires resolution to OpenShift cluster version upgradeable conditions | A cluster master upgrade will be cancelled if the OpenShift cluster version Upgradeable status condition indicates that the cluster is not upgradeable. To determine if the cluster is upgradeable, see [Checking the Upgradeable status of your cluster](https://cloud.ibm.com/docs/openshift?topic=openshift-cs_versions_420&format=markdown#status-check-420). |
{: caption="Changes to make before you update the master to Red Hat OpenShift 4.20" caption-side="bottom"}




## Checking the `Upgradeable` status of your cluster
{: #status-check-420}

Run the following command to check the `Upgradeable` status of your cluster.

```sh
oc get clusterversion version -o json | jq '.status.conditions[] | select(.type == "Upgradeable")'
```
{: pre}

Example output where the `Upgradeable` status is `False`.

```sh
{
  "lastTransitionTime": "2024-11-17T19:29:34Z",
  "message": "Cluster operator operator-lifecycle-manager should not be upgraded between minor versions: ClusterServiceVersions blocking cluster upgrade: default/test is incompatible with OpenShift minor versions greater than 4.16",
  "reason": "IncompatibleOperatorsInstalled",
  "status": "False",
  "type": "Upgradeable"
}
```
{: screen}

If the `Upgradeable` status is `False`, the condition information provides instructions that must be followed before upgrading.