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
We also release beta versions of devtron every few days before the stable release for people who would like to explore and test beta features before everyone else. If you want to install a fresh devtron from beta release channel, use the chart in our official devtron repository.
40
+
41
+
This chart is currently not available on the official helm repository therefore you need to download it to install it.
For more details about configuration see the [helm chart configuration](#configuration)
61
+
37
62
[Link to](https://docs.devtron.ai/install) more installation options for Devtron.
38
63
39
-
For more details on configuration, see the [Helm chart configuration](#configuration)
64
+
> Note: There is no option to upgrade to beta on stack manager UI as of now and you may always see upgrade available for latest stable version using which you'll be moved to latest stable version available.
If you are planning to use Devtron for `production deployments`, please refer to our recommended overrides for [Devtron Installation](override-default-devtron-installation-configs.md).
71
68
69
+
70
+
## Installing Devtron (Beta) using Helm
71
+
72
+
We also release beta versions of devtron every few days before the stable release for people who would like to explore and test beta features before everyone else. If you want to install a fresh devtron from beta release channel, use the chart in our official devtron repository.
73
+
74
+
This chart is currently not available on the official helm repository therefore you need to download it to install it.
This installation will use AWS s3 buckets for storing build logs and cache. Refer to the `AWS specific` parameters on the [Storage for Logs and Cache](./installation-configuration.md#storage-for-logs-and-cache) page.
> Note: There is no option to upgrade to beta on stack manager UI as of now and you may always see upgrade available for latest stable version using which you'll be moved to latest stable version available.
124
+
72
125
## Check Devtron installation status
73
126
74
127
The install commands start Devtron-operator, which takes about 20 minutes to spin up all of the Devtron microservices one by one. You can use the following command to check the status of the installation:
> Note: There is no option to upgrade to beta on stack manager UI as of now and you may always see upgrade available for latest stable version using which you'll be moved to latest stable version available.
Provide the information in the following fields to add your kubernetes cluster:
13
+
### Add Clusters Using Server URL & Bearer Token
14
+
15
+
16
+
To add a Kubernetes cluster on Devtron using `server url` and the `bearer token`, provide the information in the following fields:
14
17
15
18
| Field | Description |
16
19
| :--- | :--- |
17
20
|`Name`| Enter a name of your cluster. |
18
21
|`Server URL`| Server URL of a cluster.<br>Note: We recommended to use a [self-hosted URL](#benefits-of-self-hosted-url) instead of cloud hosted URL.</br> |
**Note:** Please ensure that the kubeconfig file you use has `admin permissions`. It is crucial for Devtron to have the necessary administrative privileges; otherwise, it may encounter failures or disruptions during deployments and other operations. Admin permission is essential to ensure the smooth functioning of Devtron and to prevent any potential issues that may arise due to insufficient privileges.
If you want to see application metrics against the applications deployed in the cluster, Prometheus must be deployed in the cluster. Prometheus is a powerful tool to provide graphical insight into your application behavior.
0 commit comments