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
* xref:../../disconnected/mirroring/about-installing-oc-mirror-v2.adoc#oc-mirror-workflows-partially-disconnected-v2_about-installing-oc-mirror-v2[Mirroring an image set in a partially disconnected environment]
24
+
* xref:../../disconnected/mirroring/about-installing-oc-mirror-v2.adoc#oc-mirror-workflows-fully-disconnected-v2_about-installing-oc-mirror-v2[Mirroring an image set in a fully disconnected environment]
Copy file name to clipboardExpand all lines: hosted_control_planes/hcp-disconnected/hcp-deploy-dc-virt.adoc
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,12 @@ When you deploy {hcp} in a disconnected environment, some of the steps differ de
15
15
* You have an internal registry to mirror images on. For more information, see xref:../../disconnected/mirroring/index.adoc#installing-mirroring-disconnected-about[About disconnected installation mirroring].
* xref:../../disconnected/mirroring/about-installing-oc-mirror-v2.adoc#oc-mirror-workflows-partially-disconnected-v2_about-installing-oc-mirror-v2[Mirroring an image set in a partially disconnected environment]
22
+
* xref:../../disconnected/mirroring/about-installing-oc-mirror-v2.adoc#oc-mirror-workflows-fully-disconnected-v2_about-installing-oc-mirror-v2[Mirroring an image set in a fully disconnected environment]
<1> Replace `<dns.base.domain.name>` with the DNS base domain name.
71
-
<2> Replace `<4.x.y-build>` with the supported {product-title} version you want to use.
72
-
<3> Set this optional flag to `true` if you want to also mirror the container disk image for the {op-system-first} boot image for the KubeVirt provider. This flag is available with oc-mirror v2 only.
67
+
<1> Replace `<4.x.y-build>` with the supported {product-title} version you want to use.
68
+
<2> Set this optional flag to `true` if you want to also mirror the container disk image for the {op-system-first} boot image for the KubeVirt provider. This flag is available with oc-mirror v2 only.
69
+
<3> Images specified in the `additionalImages` field are examples only and are not strictly needed.
73
70
<4> For deployments that use the KubeVirt provider, include this line.
74
71
75
72
. Start the mirroring process by entering the following command:
After the mirroring process is finished, you have a new folder named `oc-mirror-workspace/results-XXXXXX/`, which contains the IDMS and the catalog sources to apply on the hosted cluster.
79
+
After the mirroring process is finished, you have a new folder named `mirror-file`, which contains the `ImageDigestMirrorSet` (IDMS), `ImageTagMirrorSet` (ITMS), and the catalog sources to apply on the hosted cluster.
83
80
84
81
. Mirror the nightly or CI versions of {product-title} by configuring the `imagesetconfig.yaml` file as follows:
85
82
+
@@ -98,11 +95,31 @@ mirror:
98
95
<1> Replace `<4.x.y-build>` with the supported {product-title} version you want to use.
99
96
<2> Set this optional flag to `true` if you want to also mirror the container disk image for the {op-system-first} boot image for the KubeVirt provider. This flag is available with oc-mirror v2 only.
100
97
101
-
. Apply the changes to the file by entering the following command:
98
+
. If you have a partially disconnected environment, mirror the images from the image set configuration to a registry by entering the following command:
. Mirror the latest {mce-short} images by following the steps in link:https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#install-on-disconnected-networks[Install on disconnected networks].
0 commit comments