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

Moving HCP updates content to note

This commit is contained in:
Laura Hinson
2024-11-07 10:54:55 -05:00
committed by openshift-cherrypick-robot
parent c4e338d079
commit 20ca7a53fb
2 changed files with 7 additions and 1 deletions

View File

@@ -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]

View File

@@ -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".
====