Skip to content

Commit 5b28cfb

Browse files
authored
Merge pull request #57991 from subhtk/ocp10412
OCPBUG#10412: Corrected the command related to mirror host while mirroring the OCP.
2 parents be58015 + a4e5996 commit 5b28cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/installation-mirror-repository.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ mirrored, extract it and pin it to the release:
220220
+
221221
[source,terminal]
222222
----
223-
$ oc adm release extract -a ${LOCAL_SECRET_JSON} --command=openshift-install "${LOCAL_REGISTRY}/${LOCAL_REPOSITORY}:${OCP_RELEASE}"
223+
$ oc adm release extract -a ${LOCAL_SECRET_JSON} --icsp-file=<file> \ --command=openshift-install "${LOCAL_REGISTRY}/${LOCAL_REPOSITORY}:${OCP_RELEASE}"
224224
----
225225
** If the local container registry is connected to the mirror host, run the following command:
226226
+

0 commit comments

Comments
 (0)