Skip to content

Commit 80b36dc

Browse files
authored
Merge pull request #55665 from obrown1205/580_multiarchPayload
OSDOCS-4642: Updating procedure to include multi-arch (Update in heterogeneous clusters)
2 parents 37b93a1 + 52b0b71 commit 80b36dc

6 files changed

+20
-13
lines changed

modules/cnf-topology-aware-lifecycle-manager-preparing-for-updates.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@ imageContentSources:
4040
$ OCP_RELEASE_NUMBER=<release_version>
4141
----
4242

43-
.. Specify the architecture of the server by running the following command:
43+
.. Specify the architecture of the cluster by running the following command:
4444
+
4545
[source,terminal]
4646
----
47-
$ ARCHITECTURE=<server_architecture>
47+
$ ARCHITECTURE=<cluster_architecture> <1>
4848
----
49+
<1> Specify the architecture of the cluster, such as `x86_64`, `aarch64`, `s390x`, `ppc64le`, or `multi`.
50+
4951

5052
.. Get the release image digest from Quay by running the following command
5153
+

modules/installation-mirror-repository.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,14 @@ $ RELEASE_NAME="okd"
108108
endif::[]
109109

110110
ifndef::openshift-origin[]
111-
.. Export the type of architecture for your server, such as `x86_64`
112-
or `aarch64`:
111+
.. Export the type of architecture for your cluster:
113112
+
114113
[source,terminal]
115114
----
116-
$ ARCHITECTURE=<server_architecture>
115+
$ ARCHITECTURE=<cluster_architecture> <1>
117116
----
117+
<1> Specify the architecture of the cluster, such as `x86_64`, `aarch64`, `s390x`, `ppc64le`, or `multi`.
118+
118119
endif::[]
119120

120121
.. Export the path to the directory to host the mirrored images:

modules/ipi-install-mirroring-for-disconnected-registry.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,14 @@ $ RELEASE_NAME="okd"
103103
endif::[]
104104

105105
ifndef::openshift-origin[]
106-
.. Export the type of architecture for your server, such as `x86_64`:
106+
.. Export the type of architecture for your cluster:
107107
+
108108
[source,terminal]
109109
----
110-
$ ARCHITECTURE=<server_architecture>
110+
$ ARCHITECTURE=<cluster_architecture> <1>
111111
----
112+
<1> Specify the architecture of the cluster, such as `x86_64`, `aarch64`, `s390x`, `ppc64le`, or `multi`.
113+
112114
endif::[]
113115

114116
.. Export the path to the directory to host the mirrored images:

modules/update-configuring-image-signature.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ to update the cluster, such as `4.4.0`.
3030
+
3131
[source,terminal]
3232
----
33-
$ ARCHITECTURE=<server_architecture> <1>
33+
$ ARCHITECTURE=<cluster_architecture> <1>
3434
----
35-
<1> For `server_architecture`, specify the architecture of the server, such as `x86_64`.
35+
<1> Specify the architecture of the cluster, such as `x86_64`, `aarch64`, `s390x`, `ppc64le`, or `multi`.
3636

3737
. Get the release image digest from link:https://quay.io/[Quay]:
3838
+

modules/update-mirror-repository.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,13 @@ $ RELEASE_NAME="ocp-release"
7373
+
7474
For a production release, you must specify `ocp-release`.
7575

76-
.. Export the type of architecture for your server, such as `x86_64`.:
76+
.. Export the type of architecture for your cluster:
7777
+
7878
[source,terminal]
7979
----
80-
$ ARCHITECTURE=<server_architecture>
80+
$ ARCHITECTURE=<cluster_architecture> <1>
8181
----
82+
<1> Specify the architecture of the cluster, such as `x86_64`, `aarch64`, `s390x`, `ppc64le`, or `multi`.
8283

8384
.. Export the path to the directory to host the mirrored images:
8485
+

modules/update-service-mirror-release.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,13 @@ $ RELEASE_NAME="ocp-release"
100100
+
101101
For a production release, you must specify `ocp-release`.
102102

103-
.. Export the type of architecture for your server, such as `x86_64`:
103+
.. Export the type of architecture for your cluster:
104104
+
105105
[source,terminal]
106106
----
107-
$ ARCHITECTURE=<server_architecture>
107+
$ ARCHITECTURE=<cluster_architecture> <1>
108108
----
109+
<1> Specify the architecture of the cluster, such as `x86_64`, `aarch64`, `s390x`, `ppc64le`, or `multi`.
109110

110111
.. Export the path to the directory to host the mirrored images:
111112
+

0 commit comments

Comments
 (0)