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/installation/proc-install-rhdh-airgapped-environment-ocp-helm.adoc
+42-59Lines changed: 42 additions & 59 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
An air-gapped environment, also known as an air-gapped network or isolated network, ensures security by physically segregating the system or network. This isolation is established to prevent unauthorized access, data transfer, or communication between the air-gapped system and external sources.
8
8
9
-
You can install {product} in an air-gapped environment to ensure security and meet specific regulatory requirements.
9
+
This documentation outlines the steps to perform an air-gapped installation of Helm charts using the `oc-mirror` tool. The process ensures that all necessary resources are mirrored and deployed within a restricted environment.
10
10
11
11
To install {product-short} in an air-gapped environment, you must have access to the `registry.redhat.io` and the registry for the air-gapped environment.
12
12
@@ -17,7 +17,8 @@ To install {product-short} in an air-gapped environment, you must have access to
17
17
* You have access to the {ocp-brand-name} image registry of your cluster. For more information about exposing the image registry, see the {ocp-brand-name} documentation about https://docs.openshift.com/container-platform/{ocp-version}/registry/securing-exposing-registry.html[Exposing the registry].
18
18
* You have installed the {openshift-cli} on your workstation.
19
19
* You have installed the `podman` command line tools on your workstation.
20
-
* You you have an account in https://developers.redhat.com/[{rhdeveloper-name}] portal.
20
+
* You have installed the `oc-mirror`, review https://docs.openshift.com/container-platform/4.17/disconnected/mirroring/installing-mirroring-disconnected.html#installation-oc-mirror-installing-plugin_installing-mirroring-disconnected[Installing the oc-mirror OpenShift CLI plugin].
21
+
* You have an account in https://developers.redhat.com/[{rhdeveloper-name}] portal.
For more information about registry authentication, see https://access.redhat.com/RegistryAuthentication[{company-name} Container Registry Authentication].
61
62
62
-
. Pull {product-short} and PostgreSQL images from https://catalog.redhat.com/software/containers/search[{company-name} Image registry] to your workstation, by running the following commands:
63
+
. Create an `ImageSetConfiguration` file to specify the resources that
For more information about pushing images directly to the {ocp-short} image registry, see https://access.redhat.com/solutions/6959306[How do I push an Image directly into the OpenShift 4 registry].
87
-
+
88
-
[IMPORTANT]
89
-
====
90
-
If an x509 error occurs, verify that you have link:https://access.redhat.com/solutions/6088891[installed the CA certificate used for {ocp-short} routes on your system].
91
-
====
92
-
93
-
. Use the following command to verify that both images are present in the internal {ocp-short} registry:
0 commit comments