From 20ca7a53fbfb7631705a2b4cb144de9d99b2f9a7 Mon Sep 17 00:00:00 2001 From: Laura Hinson Date: Thu, 7 Nov 2024 10:54:55 -0500 Subject: [PATCH] Moving HCP updates content to note --- hosted_control_planes/hcp-updating.adoc | 3 +++ modules/hcp-updating-requirements.adoc | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hosted_control_planes/hcp-updating.adoc b/hosted_control_planes/hcp-updating.adoc index 0bc225a90c..8222fc7bea 100644 --- a/hosted_control_planes/hcp-updating.adoc +++ b/hosted_control_planes/hcp-updating.adoc @@ -12,9 +12,12 @@ include::modules/hcp-updating-requirements.adoc[leveloffset=+1] [role="_additional-resources"] .Additional resources + * xref:../updating/updating_a_cluster/updating-cluster-web-console.adoc#updating-cluster-web-console[Updating a cluster using the web console] * xref:../updating/updating_a_cluster/updating-cluster-cli.adoc#updating-cluster-cli[Updating a cluster using the CLI] * xref:../operators/admin/olm-upgrading-operators.adoc#olm-upgrading-operators[Updating installed Operators] +* xref:../hosted_control_planes/hcp-updating.adoc#hcp-update-ocp-hc_hcp-updating[Updating a control plane in a hosted cluster] +* xref:../hosted_control_planes/hcp-updating.adoc#hcp-update-node-pools_hcp-updating[Updating node pools in a hosted cluster] include::modules/hcp-get-ocp-channel.adoc[leveloffset=+1] diff --git a/modules/hcp-updating-requirements.adoc b/modules/hcp-updating-requirements.adoc index 4b63c4131f..0b67ad3a74 100644 --- a/modules/hcp-updating-requirements.adoc +++ b/modules/hcp-updating-requirements.adoc @@ -14,8 +14,11 @@ Consider the following requirements before you start updating {hcp}: * You must use bare metal or {VirtProductName} as the cloud platform for the hosted cluster. You can find the platform type of your hosted cluster in the `spec.Platform.type` specification of the `HostedCluster` custom resource (CR). -You must upgrade the {product-title} cluster, {mce-short}, hosted cluster, and node pools by completing the following tasks: +[IMPORTANT] +==== +You must update {hcp} in the following order: . Upgrade an {product-title} cluster to the latest version. For more information, see "Updating a cluster using the web console" or "Updating a cluster using the CLI". . Upgrade the {mce-short} to the latest version. For more information, see "Updating installed Operators". . Upgrade the hosted cluster and node pools from the previous {product-title} version to the latest version. For more information, see "Updating a control plane in a hosted cluster" and "Updating node pools in a hosted cluster". +====