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
**Note**: If you want to configure Blob Storage during the installation, refer [configure blob storage duing installation](#configure-blob-storage-duing-installation).
24
-
25
-
26
-
## Install AWS EBS CSI Driver, if require
27
-
28
-
If you are using EKS version 1.23 or above, you must install [aws-ebs-csi-driver](https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html).
39
+
{% hint style="info" %}
40
+
If you want to configure Blob Storage during the installation, refer [configure blob storage duing installation](#configure-blob-storage-duing-installation).
41
+
{% endhint %}
29
42
30
-
31
-
Run the following command to install aws ebs csi driver using Helm:
To install Devtron on clusters with the multi-architecture nodes (ARM and AMD), append the Devtron installation command with `--set installer.arch=multi-arch`.
44
48
45
-
**Note**:
49
+
{% hint style="info" %}
50
+
If you want to install Devtron for `production deployments`, please refer our [recommended overrides](override-default-devtron-installation-configs.md) for Devtron Installation.
51
+
{% endhint %}
46
52
47
-
* If you want to install Devtron for `production deployments`, please refer to our recommended overrides for [Devtron Installation](override-default-devtron-installation-configs.md).
53
+
---
48
54
49
-
50
-
## Configure Blob Storage duing Installation
55
+
## Configure Blob Storage during Installation
51
56
52
57
Configuring Blob Storage in your Devtron environment allows you to store build logs and cache.
53
58
In case, if you do not configure the Blob Storage, then:
**Note**: The installation takes about 15 to 20 minutes to spin up all of the Devtron microservices one by one.
190
+
{% hint style="info" %}
191
+
The installation takes about 15 to 20 minutes to spin up all of the Devtron microservices one by one
192
+
{% endhint %}
185
193
186
-
Run the following command to check the status of the installation:
194
+
Run the following command to check the status of the installation:
187
195
188
196
```bash
189
197
kubectl -n devtroncd get installers installer-devtron \
@@ -197,16 +205,19 @@ The command executes with one of the following output messages, indicating the s
197
205
|`Downloaded`| The installer has downloaded all the manifests, and the installation is in progress. |
198
206
|`Applied`| The installer has successfully applied all the manifests, and the installation is completed. |
199
207
208
+
---
200
209
201
-
## Check the installer logs
210
+
## Check the Installer Logs
202
211
203
212
Run the following command to check the installer logs:
204
213
205
214
```bash
206
215
kubectl logs -f -l app=inception -n devtroncd
207
216
```
208
217
209
-
## Devtron dashboard
218
+
---
219
+
220
+
## Devtron Dashboard
210
221
211
222
Run the following command to get the Devtron dashboard URL:
212
223
@@ -223,17 +234,21 @@ You will get an output similar to the example shown below:
223
234
224
235
Use the hostname `aaff16e9760594a92afa0140dbfd99f7-305259315.us-east-1.elb.amazonaws.com` (Loadbalancer URL) to access the Devtron dashboard.
225
236
226
-
**Note**: If you do not get a hostname or receive a message that says "service doesn't exist," it means Devtron is still installing.
227
-
Please waituntil the installation is completed.
237
+
{% hint style="info" %}
238
+
If you do not get a hostname or receive a message that says "service doesn't exist," it means Devtron is still installing. Please waituntil the installation is completed.
239
+
{% endhint %}
228
240
229
-
**Note**: You can also use a `CNAME` entry corresponding to your domain/subdomain to point to the Loadbalancer URL to access at a customized domain.
241
+
{% hint style="info" %}
242
+
You can also use a `CNAME` entry corresponding to your domain/subdomain to point to the Loadbalancer URL to access at a customized domain.
When you install Devtron forthe first time, it creates a default admin user and password (with unrestricted access to Devtron). You can use that credentials to login as an administrator.
* Related to installaltion, please also refer [FAQ](https://docs.devtron.ai/install/faq-on-installation) section also.
270
285
271
286
272
-
273
-
**Note**: If you have questions, please let us know on our discord channel. [](https://discord.gg/jsRG5qx2gp)
287
+
{% hint style="info" %}
288
+
If you have any questions, please let us know on our Discord channel. [](https://discord.gg/jsRG5qx2gp)
Copy file name to clipboardExpand all lines: docs/user-guide/use-cases/oci-pull.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
## Introduction
4
4
5
-
Devtron supports the installation of [Helm charts](https://docs.devtron.ai/resources/glossary#helm-charts-packages) from both: Helm [repos](https://docs.devtron.ai/resources/glossary#repo) and [Container/OCI registries](https://docs.devtron.ai/resources/glossary#container-registry). Unlike Helm repos, OCI registries do not have an index file to discover all the charts. However, Devtron makes it easier for you to populate your charts from multiple sources to the [chart store](https://docs.devtron.ai/resources/glossary#chart-store).
5
+
Devtron supports the installation of [Helm charts](../../reference/glossary.md#helm-chartspackages) from both: Helm [repos](../../reference/glossary.md#repo) and [Container/OCI registries](../../reference/glossary.md#containeroci-registry). Unlike Helm repos, OCI registries do not have an index file to discover all the charts. However, Devtron makes it easier for you to populate your charts from multiple sources to the [chart store](../../reference/glossary.md#chart-store).
6
6
7
7
**Pre-requisites**
8
8
9
9
* Helm Chart(s)
10
-
* OCI-compliant Registry (e.g. Docker Hub and [many more](https://docs.devtron.ai/global-configurations/container-registries#supported-registry-providers))
10
+
* OCI-compliant Registry (e.g. Docker Hub and [many more](../global-configurations/container-registries.md#supported-registry-providers))
11
11
12
-
You must [add your OCI registry](https://docs.devtron.ai/global-configurations/container-registries) to Devtron with the `Use as chart repository` option enabled.
12
+
You must [add your OCI registry](../global-configurations/container-registries.md) to Devtron with the `Use as chart repository` option enabled.
0 commit comments