From db82a4ef3ca04c63d3000a16cc6b321ee0f5bf41 Mon Sep 17 00:00:00 2001 From: xenolinux Date: Mon, 17 Nov 2025 19:15:05 +0530 Subject: [PATCH] OSDOCS#15136: Comparison of oc-mirror workflows --- .../about-installing-oc-mirror-v2.adoc | 2 + modules/oc-mirror-workflows-table.adoc | 41 +++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 modules/oc-mirror-workflows-table.adoc diff --git a/disconnected/about-installing-oc-mirror-v2.adoc b/disconnected/about-installing-oc-mirror-v2.adoc index 003ce0d91e..a3ff69dee3 100644 --- a/disconnected/about-installing-oc-mirror-v2.adoc +++ b/disconnected/about-installing-oc-mirror-v2.adoc @@ -52,6 +52,8 @@ include::modules/oc-mirror-building-image-set-config-v2.adoc[leveloffset=+2] * xref:../updating/understanding_updates/intro-to-updates.adoc#update-service-about_understanding-openshift-updates[About the OpenShift Update Service] +include::modules/oc-mirror-workflows-table.adoc[leveloffset=+2] + //Mirroring an image set in a partially disconnected environment include::modules/oc-mirror-workflows-partially-disconnected-v2.adoc[leveloffset=+2] diff --git a/modules/oc-mirror-workflows-table.adoc b/modules/oc-mirror-workflows-table.adoc new file mode 100644 index 0000000000..de6ce2d44c --- /dev/null +++ b/modules/oc-mirror-workflows-table.adoc @@ -0,0 +1,41 @@ +// Module included in the following assemblies: +// +// * installing/disconnected_install/installing-mirroring-disconnected-v2.adoc + +:_mod-docs-content-type: REFERENCE +[id="oc-mirror-workflows-table_{context}"] += Comparison of oc-mirror workflows + +[role="_abstract"] +Use the following table to compare the supported use cases for the mirror-to-disk (m2d), disk-to-mirror (d2m), and mirror-to-mirror (m2m) workflows. + +[%header,cols="3",cols="2,1,1",options="header",subs="quotes"] +|=== +^|*Use Case* +^|*Mirror To Disk (m2d) and Disk To Mirror (d2m)* +^|*Mirror To Mirror (m2m)* + +^|The target registry exists in an environment with no internet access and no external access. +^|✓ +^| + +^|The target registry exists in an environment with no internet access but is accessible from another machine. For example, the target registry resides in a bastion host. +^| +^|✓ + +^|You must move content to the disconnected environment by using a physical method, such as USB devices. +^|✓ +^| + +^|The workflow moves content directly to the target registry without generating an intermediate tar file. +^| +^|✓ + +^|The workflow uses an internal cache to resume after failures but requires additional disk space. +^|✓ +^| + +^|The workflow does not use a cache, restarts from the beginning after a failure, and requires no additional disk space. +^| +^|✓ +|===