Skip to content

Commit f0c4288

Browse files
authored
Merge pull request #57797 from obrown1205/remove-multi
OSDOCS#5628: Removed multi as cluster arch option
2 parents ed626af + 9b6b4b2 commit f0c4288

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $ OCP_RELEASE_NUMBER=<release_version>
4646
----
4747
$ ARCHITECTURE=<cluster_architecture> <1>
4848
----
49-
<1> Specify the architecture of the cluster, such as `x86_64`, `aarch64`, `s390x`, `ppc64le`, or `multi`.
49+
<1> Specify the architecture of the cluster, such as `x86_64`, `aarch64`, `s390x`, or `ppc64le`.
5050

5151

5252
.. Get the release image digest from Quay by running the following command

modules/installation-mirror-repository.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ ifndef::openshift-origin[]
114114
----
115115
$ ARCHITECTURE=<cluster_architecture> <1>
116116
----
117-
<1> Specify the architecture of the cluster, such as `x86_64`, `aarch64`, `s390x`, `ppc64le`, or `multi`.
117+
<1> Specify the architecture of the cluster, such as `x86_64`, `aarch64`, `s390x`, or `ppc64le`.
118118

119119
endif::[]
120120

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ifndef::openshift-origin[]
109109
----
110110
$ ARCHITECTURE=<cluster_architecture> <1>
111111
----
112-
<1> Specify the architecture of the cluster, such as `x86_64`, `aarch64`, `s390x`, `ppc64le`, or `multi`.
112+
<1> Specify the architecture of the cluster, such as `x86_64`, `aarch64`, `s390x`, or `ppc64le`.
113113

114114
endif::[]
115115

modules/update-configuring-image-signature.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ to update the cluster, such as `4.4.0`.
3232
----
3333
$ ARCHITECTURE=<cluster_architecture> <1>
3434
----
35-
<1> Specify the architecture of the cluster, such as `x86_64`, `aarch64`, `s390x`, `ppc64le`, or `multi`.
35+
<1> Specify the architecture of the cluster, such as `x86_64`, `aarch64`, `s390x`, or `ppc64le`.
3636

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

modules/update-mirror-repository.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ For a production release, you must specify `ocp-release`.
105105
----
106106
$ ARCHITECTURE=<cluster_architecture> <1>
107107
----
108-
<1> Specify the architecture of the cluster, such as `x86_64`, `aarch64`, `s390x`, `ppc64le`, or `multi`.
108+
<1> Specify the architecture of the cluster, such as `x86_64`, `aarch64`, `s390x`, or `ppc64le`.
109109

110110
.. Export the path to the directory to host the mirrored images:
111111
+

0 commit comments

Comments
 (0)