Skip to content

Commit 595af2c

Browse files
Fortune-Ndlovulinfraze
authored andcommitted
fixup: Improve readability
Signed-off-by: Fortune Ndlovu <[email protected]>
1 parent 410e430 commit 595af2c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

modules/installation/proc-install-rhdh-airgapped-environment-ocp-helm.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ podman login registry.redhat.io
6060
+
6161
For more information about registry authentication, see https://access.redhat.com/RegistryAuthentication[{company-name} Container Registry Authentication].
6262

63-
. Create an `ImageSetConfiguration` file to specify the resources that you want to mirror. For example:
63+
. Create an `ImageSetConfiguration` ffile to specify the resources that you want to mirror. For example:
64+
+
6465

66+
+
6567
[source,terminal]
6668
----
6769
apiVersion: mirror.openshift.io/v1alpha2
@@ -78,14 +80,11 @@ mirror:
7880
- name: redhat-developer-hub
7981
version: "1.4.1"
8082
----
81-
. Run the mirroring process on the ImageSetConfiguration file. Use the
82-
`oc-mirror` command to mirror the specified resources based on the
83-
configuration file. his command generates a `.tar` archive that contains
84-
all the mirrored resources.
83+
. Initiate the mirroring process using the `ImageSetConfiguration` file. The `oc-mirror` command mirrors the specified resources as defined in the configuration file and generates a `.tar` archive containing all the mirrored resources
8584
+
8685
[source,terminal]
8786
----
88-
oc-mirror --config=imageset-config-ref.yaml **** file://mirror-archive
87+
oc-mirror --config=mirror-config.yaml file://mirror-archive
8988
----
9089
. Transfer the generated archive (e.g.,
9190
`mirror++_++seq1++_++000000.tar`) to the air-gapped environment using

0 commit comments

Comments
 (0)