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: modules/oc-mirror-enclave-support-about.adoc
+33-1Lines changed: 33 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,36 @@ Enclave support has the following benefits:
19
19
20
20
* You can mirror content directly from the centralized internal registry to enclaves without restarting the mirroring process from the internet for each enclave.
21
21
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.
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.
0 commit comments