Skip to content

Commit 655bb36

Browse files
authored
Merge pull request #81930 from subhtk/osdocs10197
OSDOCS 10197: Added the illustration of enclave support and explained the diagram.
2 parents cec5661 + 3053d3b commit 655bb36

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed
156 KB
Loading

modules/oc-mirror-enclave-support-about.adoc

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,36 @@ Enclave support has the following benefits:
1919
2020
* You can mirror content directly from the centralized internal registry to enclaves without restarting the mirroring process from the internet for each enclave.
2121
22-
* You can minimize data transfer between network stages, so to ensure that a blob or image is transferred only once from one stage to another.
22+
* You can minimize data transfer between network stages, so to ensure that a blob or image is transferred only once from one stage to another.
23+
24+
[id="oc-mirror-enclave-how-to_{context}"]
25+
== Enclave mirroring workflow
26+
27+
image::445_OpenShift_Enclave_support_0724.png[Enclave Support]
28+
29+
The previous image outlines the flow for using the oc-mirror plugin in different environments, including environments with and without an internet connection.
30+
31+
*Environment with Internet Connection*:
32+
33+
. The user executes oc-mirror plugin v2 to mirror content from an online registry to a local disk directory.
34+
. The mirrored content is saved to the disk for transfer to offline environments.
35+
36+
*Disconnected Enterprise Environment (No Internet)*:
37+
38+
* Flow 1:
39+
40+
** The user runs oc-mirror plugin v2 to load the mirrored content from the disk directory, which was transferred from the online environment, into the `enterprise-registry.in` registry.
41+
42+
* Flow 2:
43+
44+
.. After updating the `registries.conf` file, the user executes the oc-mirror plugin v2 to mirror content from the `enterprise-registry.in` registry to an enclave environment.
45+
46+
.. The content is saved to a disk directory for transfer to the enclave.
47+
48+
*Enclave Environment (No Internet)*:
49+
50+
* The user runs oc-mirror plugin v2 to load content from the disk directory into the `enclave-registry.in` registry.
51+
52+
The image visually represents the data flow across these environments and emphasizes the use of oc-mirror to handle disconnected and enclave environments without an internet connection.
53+
54+

0 commit comments

Comments
 (0)