Skip to content

Commit a47e49a

Browse files
OCPBUGS-32929:correcting a command
1 parent cc8630d commit a47e49a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/installation-mirror-repository.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,11 @@ mirrored, extract it and pin it to the release:
225225
+
226226
[source,terminal]
227227
----
228-
$ oc adm release extract -a ${LOCAL_SECRET_JSON} --icsp-file=<file> --command=openshift-install "${LOCAL_REGISTRY}/${LOCAL_REPOSITORY}:${OCP_RELEASE}-${ARCHITECTURE}"
228+
$ oc adm release extract -a ${LOCAL_SECRET_JSON} --icsp-file=<file> --command=openshift-install "${LOCAL_REGISTRY}/${LOCAL_REPOSITORY}:${OCP_RELEASE}-${ARCHITECTURE}" \
229+
--insecure=true <1>
229230
----
231+
<1> Optional: If you do not want to configure trust for the target registry, add the `--insecure=true` flag.
232+
230233
** If the local container registry is connected to the mirror host, run the following command:
231234
+
232235
ifdef::openshift-origin[]

0 commit comments

Comments
 (0)