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: docs/setup/install/install-devtron-in-airgapped-environment.md
+32-65Lines changed: 32 additions & 65 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# Devtron Full Mode Installation in an Airgapped Environment
1
+
# Devtron Installation in an Airgapped Environment
2
2
3
3
## Introduction
4
4
5
5
In certain scenarios, you may need to deploy Devtron to a Kubernetes cluster that isn’t connected to the internet. Such air-gapped environments are used for various reasons, particularly in industries with strict regulatory requirements like healthcare, banking, and finance. This is because air-gapped environments aren't exposed to the public internet; therefore, they create a controlled and secure space for handling sensitive data and operations.
6
6
7
7
### Prerequisites
8
8
9
-
1. Install `podman` or `docker`and `yq`on the VM from where you're executing the installation commands.
9
+
1. Install `podman` or `docker` on the VM from where you're executing the installation commands.
10
10
2. Clone the Devtron Helm chart:
11
11
12
12
```bash
@@ -25,69 +25,20 @@ If you are using Docker, the TARGET_REGISTRY should be in the format `docker.io/
25
25
26
26
## Docker Instructions
27
27
28
-
### For Linux/amd64
28
+
### Platform Selection
29
29
30
-
1. Set the environment variables
30
+
#### For Linux/amd64
31
31
32
32
```bash
33
-
# Set the source registry URL
34
-
export SOURCE_REGISTRY="quay.io/devtron"
35
-
36
-
# Set the target registry URL, username, and token/password
37
-
export TARGET_REGISTRY=""
38
-
export TARGET_REGISTRY_USERNAME=""
39
-
export TARGET_REGISTRY_TOKEN=""
40
-
41
-
# Set the source and target image file names with default values if not already set
0 commit comments