Skip to content

Commit a4e5996

Browse files
committed
Corrected the command related to mirror host while mirroring the OCP.
1 parent b5c7c1f commit a4e5996

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)