Skip to content

Commit 070af6e

Browse files
authored
Merge pull request #39723 from adellape/fqdn
2 parents 01fb605 + 0ea942a commit 070af6e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

modules/connected-to-disconnected-mirror-images.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
After the cluster is properly configured, you can mirror the images from your external repositories to the mirror repository.
99

10-
.Procedure
10+
.Procedure
1111

1212
. Mirror the Operator Lifecycle Manager (OLM) images:
1313
// copied from olm-mirroring-catalog.adoc
@@ -21,7 +21,7 @@ $ oc adm catalog mirror registry.redhat.io/redhat/redhat-operator-index:v{produc
2121
where:
2222

2323
`product-version`:: Specifies the tag that corresponds to the version of {product-title} to install, such as `4.8`.
24-
`mirror_registry`:: Specifies the target registry and namespace to mirror the Operator content to, where `<namespace>` is any existing namespace on the registry.
24+
`mirror_registry`:: Specifies the fully qualified domain name (FQDN) for the target registry and namespace to mirror the Operator content to, where `<namespace>` is any existing namespace on the registry.
2525
`reg_creds`:: Specifies the location of your modified `.dockerconfigjson` file.
2626
--
2727
+
@@ -42,8 +42,8 @@ $ oc adm catalog mirror <index_image> <mirror_registry>:<port>/<namespace> -a <r
4242
--
4343
where:
4444

45-
`index_image`:: Specifies the index image for the catalog you want to mirror. For example, this might be a pruned index image that you created previously, or one of the source index images for the default catalogs, such as `{index-image-pullspec}`.
46-
`mirror_registry`:: Specifies the target registry and namespace to mirror the Operator content to, where `<namespace>` is any existing namespace on the registry.
45+
`index_image`:: Specifies the index image for the catalog you want to mirror. For example, this might be a pruned index image that you created previously, or one of the source index images for the default catalogs, such as `{index-image-pullspec}`.
46+
`mirror_registry`:: Specifies the FQDN for the target registry and namespace to mirror the Operator content to, where `<namespace>` is any existing namespace on the registry.
4747
`reg_creds`:: Optional: Specifies the location of your registry credentials file, if required.
4848
--
4949
+

modules/olm-mirroring-catalog-airgapped.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $ oc adm catalog mirror \
7272
--index-filter-by-os='<platform>/<arch>' <.>
7373
----
7474
<.> Specify the `file://` path from the previous command output.
75-
<.> Specify 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.
75+
<.> 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.
7676
<.> Optional: If required, specify the location of your registry credentials file.
7777
<.> Optional: If you do not want to configure trust for the target registry, add the `--insecure` flag.
7878
<.> 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 `.*`

modules/olm-mirroring-catalog-colocated.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $ oc adm catalog mirror \
3838
[--manifests-only] <.>
3939
----
4040
<1> Specify the index image for the catalog that you want to mirror. For example, this might be a pruned index image that you created previously, or one of the source index images for the default catalogs, such as `{index-image-pullspec}`.
41-
<2> Specify 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.
41+
<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.
4242
<3> Optional: If required, specify the location of your registry credentials file.
4343
`{REG_CREDS}` is required for `registry.redhat.io`.
4444
<4> Optional: If you do not want to configure trust for the target registry, add the `--insecure` flag.

0 commit comments

Comments
 (0)