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

Adding the Upgrading HCP cherrypick

This commit is contained in:
EricPonvelle
2024-09-18 09:00:27 -04:00
parent 0b6e3760d2
commit 4ce5d0ebdc
3 changed files with 2 additions and 20 deletions

View File

@@ -111,7 +111,7 @@ $ rosa upgrade machinepool -c <cluster_name> <machinepool_name> [--schedule-date
+
You can upgrade multiple machine pools concurrently by running this command for each machine pool you want to upgrade.
** To schedule the immediate upgrade of a machine pool:
** To schedule the immediate upgrade of a machine pool, run the following command:
+
[source,terminal]
----
@@ -120,7 +120,7 @@ $ rosa upgrade machinepool -c <cluster_name> <machinepool_name> --version <versi
+
The machine pool is scheduled for immediate upgrade, which initiates a rolling replacement of all nodes in the specified machine pool.
** To schedule an upgrade to start at a future time:
** To schedule an upgrade to start at a future time, run the following command:
+
[source,terminal]
----
@@ -128,6 +128,3 @@ $ rosa upgrade machinepool -c <cluster_name> <machinepool_name> --schedule-date=
----
+
The machine pool is scheduled to begin an upgrade at the specified time and date in Coordinated Universal Time (UTC). This will initiate a rolling replacement of all nodes in the specified machine pool, beginning at the specified time.
.Troubleshooting
* Sometimes a scheduled upgrade does not initiate. See link:https://access.redhat.com/solutions/6648291[Upgrade maintenance canceled] for more information.

View File

@@ -91,6 +91,3 @@ $ rosa upgrade machinepool -c <cluster_name> <machinepool_name> [--schedule-date
----
+
Your machine pool is now scheduled for an upgrade.
.Troubleshooting
* Sometimes a scheduled upgrade does not initiate. See link:https://access.redhat.com/solutions/6648291[Upgrade maintenance cancelled] for more information.

View File

@@ -8,20 +8,10 @@ toc::[]
include::modules/rosa-hcp-upgrade-options.adoc[leveloffset=+1]
.Additional resources
* xref:../cli_reference/rosa_cli/rosa-manage-objects-cli.adoc#rosa-edit-machinepool_rosa-managing-objects-cli[ROSA CLI reference: `rosa edit machinepool`]
//This cannot be a module if we want to use the xrefs
[id="rosa-lifecycle-policy_{context}"]
== Life cycle policies and planning
To plan an upgrade, review the
ifdef::openshift-rosa,openshift-rosa-classic[]
xref:../rosa_architecture/rosa_policy_service_definition/rosa-life-cycle.adoc#rosa-life-cycle[{product-title} update life cycle].
endif::openshift-rosa,openshift-rosa-classic[]
ifdef::openshift-rosa-hcp[]
xref:../rosa_architecture/rosa_policy_service_definition/rosa-hcp-life-cycle.adoc#rosa-hcp-life-cycle[{hcp-title} update life cycle].
endif::openshift-rosa-hcp[]
The life cycle page includes release definitions, support and upgrade requirements, installation policy information and life cycle dates.
@@ -63,5 +53,3 @@ include::modules/rosa-hcp-upgrading-cli-machinepool.adoc[leveloffset=+2]
ifdef::prevcontext[:context: {prevcontext}]
ifndef::prevcontext[:!context:]
//include::modules/rosa-hcp-upgrading-cli-tutorial.adoc[leveloffset=+1]