From 5f7714e6c29ea7cbab24f9ab79a70eff008c684f Mon Sep 17 00:00:00 2001 From: Olivia Brown Date: Fri, 26 Jul 2024 11:10:36 -0400 Subject: [PATCH] OSDOCS-7532: Adding oc adm upgrade status and operator identification to Troubleshooting cluster updates --- modules/update-upgrading-oc-adm-upgrade-status.adoc | 2 +- .../troubleshooting_updates/gathering-data-cluster-update.adoc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/update-upgrading-oc-adm-upgrade-status.adoc b/modules/update-upgrading-oc-adm-upgrade-status.adoc index 56133a409d..5ed99fff81 100644 --- a/modules/update-upgrading-oc-adm-upgrade-status.adoc +++ b/modules/update-upgrading-oc-adm-upgrade-status.adoc @@ -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. diff --git a/updating/troubleshooting_updates/gathering-data-cluster-update.adoc b/updating/troubleshooting_updates/gathering-data-cluster-update.adoc index 581517185f..1f08905d44 100644 --- a/updating/troubleshooting_updates/gathering-data-cluster-update.adoc +++ b/updating/troubleshooting_updates/gathering-data-cluster-update.adoc @@ -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]