1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-7532: Adding oc adm upgrade status and operator identification to Troubleshooting cluster updates

This commit is contained in:
Olivia Brown
2024-07-26 11:10:36 -04:00
committed by openshift-cherrypick-robot
parent a7a51cd3aa
commit 5f7714e6c2
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
:_mod-docs-content-type: PROCEDURE
[id="update-upgrading-oc-adm-upgrade-status_{context}"]
= Retrieving information about a cluster update using oc adm upgrade status (Technology Preview)
= Gathering cluster update status using oc adm upgrade status (Technology Preview)
When updating your cluster, it is useful to understand how your update is progressing. While the `oc adm upgrade` command returns limited information about the status of your update, this release introduces the `oc adm upgrade status` command as a Technology Preview feature. This command decouples status information from the `oc adm upgrade` command and provides specific information regarding a cluster update, including the status of the control plane and worker node updates.

View File

@@ -15,6 +15,8 @@ endif::openshift-origin[]
include::modules/gathering-log-data.adoc[leveloffset=+1]
include::modules/update-upgrading-oc-adm-upgrade-status.adoc[leveloffset=+1]
include::modules/gathering-clusterversion-history.adoc[leveloffset=+1]
include::modules/gathering-clusterversion-history-console.adoc[leveloffset=+2]