From b52a5c9319a6190bfb2bdde0acd6a4b76c4747d8 Mon Sep 17 00:00:00 2001 From: Servesha Dudhgaonkar Date: Tue, 14 Mar 2023 10:45:01 +0530 Subject: [PATCH] OCPBUGS#9448: Add a note regarding checking clusterversion --- modules/update-upgrading-cli.adoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/modules/update-upgrading-cli.adoc b/modules/update-upgrading-cli.adoc index 3ce0037530e9..0cebc7cf3129 100644 --- a/modules/update-upgrading-cli.adoc +++ b/modules/update-upgrading-cli.adoc @@ -107,7 +107,7 @@ updated to the new version: + [source,terminal] ---- -$ oc adm upgrade +$ oc get clusterversion ---- + .Example output @@ -122,6 +122,15 @@ Channel: stable-4.10 (available channels: candidate-4.10, candidate-4.11, eus-4. No updates available. You may force an upgrade to a specific release image, but doing so might not be supported and might result in downtime or data loss. ---- + +[NOTE] +==== +If the `oc get clusterversion` command displays the following error while the `PROGRESSING` status is `True`, you can ignore the error. +[source,terminal] +---- +NAME VERSION AVAILABLE PROGRESSING SINCE STATUS +version 4.10.26 True True 24m Unable to apply 4.11.0-rc.7: an unknown error has occurred: MultipleErrors +---- +==== . If you are upgrading your cluster to the next minor version, such as version X.y to X.(y+1), it is recommended to confirm that your nodes are upgraded before deploying workloads that rely on a new feature: + [source,terminal]