Skip to content

Commit 16891a3

Browse files
authored
Merge pull request #85287 from obrown1205/multi-arch-migration
Migration to multi-arch oc adm upgrade status reference
2 parents 45f3c45 + bc73f27 commit 16891a3

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

modules/migrating-to-multi-arch-cli.adoc

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,23 +65,27 @@ $ oc adm upgrade --to-multi-arch
6565
$ oc adm upgrade
6666
----
6767
+
68+
.Example output
69+
70+
[source,terminal]
71+
----
72+
working towards ${VERSION}: 106 of 841 done (12% complete), waiting on machine-config
73+
----
74+
+
6875
[IMPORTANT]
6976
====
7077
Machine launches may fail as the cluster settles into the new state. To notice and recover when machines fail to launch, we recommend deploying machine health checks. For more information about machine health checks and how to deploy them, see _About machine health checks_.
7178
====
7279
+
73-
//commenting this section out until https://issues.redhat.com/browse/OCPBUGS-8256 is resolved:
74-
//For `oc get co`, expect `AVAILABLE=True`, `PROGRESSING=False`, and `DEGRADED=False` on all cluster Operators.
75-
+
76-
//For `oc get mcp`, expect `UPDATED=True`, `UPDATING=False`, and `DEGRADED=False` on all machine config pools.
80+
. Optional: To retrieve more detailed information about the status of your update, monitor the migration by running the following command:
7781
+
78-
//For `oc adm upgrade`, here is an example of a response:
79-
+
80-
//[source,terminal]
81-
//----
82-
//working towards ${VERSION}: 106 of 841 done (12% complete), waiting on etcd, kube-apiserver
83-
//----
82+
[source,terminal]
83+
----
84+
$ oc adm upgrade status
85+
----
8486
+
87+
For more information about how to use the `oc adm upgrade status` command, see _Gathering cluster update status using oc adm upgrade status (Technology Preview)_.
88+
8589
The migrations must be complete and all the cluster operators must be stable before you can add compute machine sets with different architectures to your cluster.
8690

8791

updating/updating_a_cluster/migrating-to-multi-payload.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ include::modules/migrating-to-multi-arch-cli.adoc[leveloffset=+1]
3636
* xref:../../updating/understanding_updates/understanding-update-channels-release.adoc#understanding-update-channels-releases[Understanding update channels and releases]
3737
* xref:../../installing/overview/installing-preparing.adoc#installing-preparing-selecting-cluster-type[Selecting a cluster installation type]
3838
* xref:../../machine_management/deploying-machine-health-checks.adoc#machine-health-checks-about_deploying-machine-health-checks[About machine health checks]
39+
* xref:../../updating/updating_a_cluster/updating-cluster-cli.adoc#update-upgrading-oc-adm-upgrade-status_updating-cluster-cli[Gathering cluster update status using oc adm upgrade status (Technology Preview)]

0 commit comments

Comments
 (0)