Skip to content

Commit 5168440

Browse files
authored
Merge pull request #46106 from kelbrown20/OSDOCS-3676-arm-for-disconnected-install
OSDOCS-3676: Arm support for disconnected install
2 parents 78a5613 + 91880b4 commit 5168440

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

modules/installation-mirror-repository.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ $ RELEASE_NAME="okd"
108108
endif::[]
109109

110110
ifndef::openshift-origin[]
111-
.. Export the type of architecture for your server, such as `x86_64`:
111+
.. Export the type of architecture for your server, such as `x86_64`
112+
or `aarch64`:
112113
+
113114
[source,terminal]
114115
----

modules/olm-mirroring-catalog-airgapped.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ oc adm catalog mirror \
3232
<2> Specify the content to mirror to local files in your current directory.
3333
<3> Optional: If required, specify the location of your registry credentials file.
3434
<4> Optional: If you do not want to configure trust for the target registry, add the `--insecure` flag.
35-
<5> Optional: Specify which platform and architecture of the index image to select when multiple variants are available. Images are specified as `'<platform>/<arch>[/<variant>]'`. This does not apply to images referenced by the index. Valid values are `linux/amd64`, `linux/ppc64le`, `linux/s390x`, and `.*`
35+
<5> Optional: Specify which platform and architecture of the index image to select when multiple variants are available. Images are specified as `'<platform>/<arch>[/<variant>]'`. This does not apply to images referenced by the index. Valid values are `linux/amd64`, `linux/ppc64le`, `linux/s390x`, `linux/arm64`, and `.*`
3636
+
3737
.Example output
3838
[source,terminal]
@@ -76,7 +76,7 @@ $ oc adm catalog mirror \
7676
<2> Specify the fully qualified domain name (FQDN) for the target registry and namespace to mirror the Operator contents to, where `<namespace>` is any existing namespace on the registry. For example, you might create an `olm-mirror` namespace to push all mirrored content to.
7777
<3> Optional: If required, specify the location of your registry credentials file.
7878
<4> Optional: If you do not want to configure trust for the target registry, add the `--insecure` flag.
79-
<5> Optional: Specify which platform and architecture of the index image to select when multiple variants are available. Images are specified as `'<platform>/<arch>[/<variant>]'`. This does not apply to images referenced by the index. Valid values are `linux/amd64`, `linux/ppc64le`, `linux/s390x`, and `.*`
79+
<5> Optional: Specify which platform and architecture of the index image to select when multiple variants are available. Images are specified as `'<platform>/<arch>[/<variant>]'`. This does not apply to images referenced by the index. Valid values are `linux/amd64`, `linux/ppc64le`, `linux/s390x`, `linux/arm64`, and `.*`
8080
+
8181
[NOTE]
8282
====

modules/olm-mirroring-catalog-colocated.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $ oc adm catalog mirror \
4343
<3> Optional: If required, specify the location of your registry credentials file.
4444
`{REG_CREDS}` is required for `registry.redhat.io`.
4545
<4> Optional: If you do not want to configure trust for the target registry, add the `--insecure` flag.
46-
<5> Optional: Specify which platform and architecture of the index image to select when multiple variants are available. Images are passed as `'<platform>/<arch>[/<variant>]'`. This does not apply to images referenced by the index. Valid values are `linux/amd64`, `linux/ppc64le`, `linux/s390x`, and `.*`
46+
<5> Optional: Specify which platform and architecture of the index image to select when multiple variants are available. Images are passed as `'<platform>/<arch>[/<variant>]'`. This does not apply to images referenced by the index. Valid values are `linux/amd64`, `linux/ppc64le`, `linux/s390x`, `linux/arm64`, and `.*`
4747
<6> Optional: Generate only the manifests required for mirroring, and do not actually mirror the image content to a registry. This option can be useful for reviewing what will be mirrored, and it allows you to make any changes to the mapping list if you require only a subset of packages. You can then use the `mapping.txt` file with the `oc image mirror` command to mirror the modified list of images in a later step. This flag is intended for only advanced selective mirroring of content from the catalog; the `opm index prune` command, if you used it previously to prune the index image, is suitable for most catalog management use cases.
4848
+
4949
.Example output

0 commit comments

Comments
 (0)