Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion modules/update-upgrading-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ updated to the new version:
+
[source,terminal]
----
$ oc adm upgrade
$ oc get clusterversion
----
+
.Example output
Expand All @@ -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]
Expand Down