You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<1> Specify the full path, including the initial forward slash (/) character.
105
105
106
106
. Mirror the version images to the internal container registry:
107
-
** If your mirror host does not have internet access, take the following actions:
108
-
... Connect the removable media to a system that is connected to the internet.
107
+
** If your mirror host does not have Internet access, take the following actions:
108
+
... Connect the removable media to a system that is connected to the Internet.
109
109
... Review the images and configuration manifests to mirror:
110
110
+
111
111
[source,terminal]
@@ -148,26 +148,32 @@ the `imageContentSources` data that you require when you install your cluster.
148
148
149
149
... Record the entire `imageContentSources` section from the output of the previous
150
150
command. The information about your mirrors is unique to your mirrored repository, and you must add the `imageContentSources` section to the `install-config.yaml` file during installation.
151
-
152
-
151
+
+
153
152
[NOTE]
154
153
====
155
154
The image name gets patched to Quay.io during the mirroring process, and the podman images will show Quay.io in the registry on the bootstrap virtual machine.
156
155
====
157
156
158
157
. To create the installation program that is based on the content that you
159
158
mirrored, extract it and pin it to the release:
159
+
** If your mirror host does not have Internet access, run the following command:
160
160
+
161
161
[source,terminal]
162
162
----
163
-
$ oc adm -a ${LOCAL_SECRET_JSON} release extract --command=openshift-install "${LOCAL_REGISTRY}/${LOCAL_REPOSITORY}:${OCP_RELEASE}-${ARCHITECTURE}"
163
+
$ oc adm -a ${LOCAL_SECRET_JSON} release extract --command=openshift-install "${LOCAL_REGISTRY}/${LOCAL_REPOSITORY}:${OCP_RELEASE}"
164
164
----
165
+
** If the local container registry is connected to the mirror host, run the following command:
165
166
+
167
+
[source,terminal]
168
+
----
169
+
$ oc adm -a ${LOCAL_SECRET_JSON} release extract --command=openshift-install "${LOCAL_REGISTRY}/${LOCAL_REPOSITORY}:${OCP_RELEASE}-${ARCHITECTURE}"
170
+
----
171
+
166
172
[IMPORTANT]
167
173
====
168
174
To ensure that you use the correct images for the version of {product-title}
169
175
that you selected, you must extract the installation program from the mirrored
170
176
content.
171
177
172
-
You must perform this step on a machine with an active internet connection.
178
+
You must perform this step on a machine with an active Internet connection.
0 commit comments