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
Copy file name to clipboardExpand all lines: disconnected/mirroring/about-installing-oc-mirror-v2.adoc
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ toc::[]
8
8
9
9
You can run your cluster in a disconnected environment if you install the cluster from a mirrored set of {product-title} container images in a private registry. This registry must be running whenever your cluster is running.
10
10
11
-
Just as you can use the `oc-mirror` OpenShift CLI (`oc`) plugin, you can also use oc-mirror plugin v2 to mirror images to a mirror registry in your fully or partially disconnected environments. To download the required images from the official Red{nbsp}Hat registries, you must run oc-mirror plugin v2 from a system with internet connectivity.
11
+
Just as you can use the oc-mirror OpenShift CLI (`oc`) plugin, you can also use oc-mirror plugin v2 to mirror images to a mirror registry in your fully or partially disconnected environments. To download the required images from the official Red{nbsp}Hat registries, you must run oc-mirror plugin v2 from a system with internet connectivity.
Once your cluster is configured to use the resources generated by oc-mirror plugin v2, see xref:../../disconnected/mirroring/about-installing-oc-mirror-v2.adoc#next-steps_about-installing-oc-mirror-v2[Next Steps] for information about tasks that you can perform using your mirrored images.
81
+
After your cluster is configured to use the resources generated by oc-mirror plugin v2, see xref:../../disconnected/mirroring/about-installing-oc-mirror-v2.adoc#next-steps_about-installing-oc-mirror-v2[Next Steps] for information about tasks that you can perform using your mirrored images.
82
+
83
+
[role="_additional-resources"]
84
+
.Additional resources
85
+
86
+
* xref:../../extensions/catalogs/disconnected-catalogs.adoc#disconnected-catalogs[Disconnected environment support in {olmv1}]
* xref:../../extensions/catalogs/managing-catalogs.adoc#olmv1-adding-a-catalog-to-a-cluster_managing-catalogs[Adding a catalog to a cluster] in "Extensions"
To support cluster administrators that prioritize high security by running their clusters in internet-disconnected environments, especially for mission-critical production workloads, {olmv1-first} includes cluster extension lifecycle management functionality that works within these disconnected environments, starting in {product-title} 4.18.
* xref:../../disconnected/mirroring/installing-mirroring-disconnected.adoc#installing-mirroring-disconnected[Mirroring images for a disconnected installation using the oc-mirror plugin v1]
16
+
* xref:../../disconnected/mirroring/about-installing-oc-mirror-v2.adoc#about-installing-oc-mirror-v2[Mirroring images for a disconnected installation using the oc-mirror plugin v2]
* xref:../../extensions/catalogs/managing-catalogs.adoc#olmv1-adding-a-catalog-to-a-cluster_managing-catalogs[Adding a catalog to a cluster] in "Extensions"
Copy file name to clipboardExpand all lines: modules/oc-mirror-IDMS-ITMS-about.adoc
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,18 @@
4
4
5
5
:_mod-docs-content-type: CONCEPT
6
6
[id="oc-mirror-custom-resources-v2_{context}"]
7
-
= About custom resources generated by v2
7
+
= About custom resources generated by oc-mirror plugin v2
8
8
9
9
// Should sentence below say "to which a digest or tag refers"?
10
10
11
-
With oc-mirror plugin v2, `ImageDigestMirrorSet` (IDMS) resources are generated by default if at least one image of the image set is mirrored by digest.
12
-
`ImageTagMirrorSet` (ITMS) resources are generated if at least one image from the image set is mirrored by tag.
11
+
The oc-mirror plugin v2 automatically generates the following custom resources:
13
12
14
-
Operator Lifecycle Manager (OLM) uses the `CatalogSource` resource to retrieve information about the available Operators in the mirror registry.
13
+
`ImageDigestMirrorSet` (IDMS):: Handles registry mirror rules when using image digest pull specifications. Generated if at least one image of the image set is mirrored by digest.
15
14
16
-
The OpenShift Update Service uses the `UpdateService` resource to provide update graph data to the disconnected environment.
15
+
`ImageTagMirrorSet` (ITMS):: Handles registry mirror rules when using image tag pull specifications. Generated if at least one image from the image set is mirrored by tag.
16
+
17
+
`CatalogSource`:: Retrieves information about the available Operators in the mirror registry. Used by {olmv0-first}.
18
+
19
+
`ClusterCatalog`:: Retrieves information about the available cluster extensions (which includes Operators) in the mirror registry. Used by {olmv1}.
20
+
21
+
`UpdateService`:: Provides update graph data to the disconnected environment. Used by the OpenShift Update Service.
0 commit comments