Skip to content

Commit a19d13a

Browse files
author
Divya Bhushan
authored
docs: Promote Devtron installation with CI/CD (#1711)
1 parent 20ae577 commit a19d13a

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,6 @@ Devtron is designed to be modular, and its functionality can be easily extended
8787

8888
Before you begin, you must create a [Kubernetes cluster](https://kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/) (preferably K8s 1.16 or higher) and install [Helm](https://helm.sh/docs/intro/install/).
8989

90-
### Install Devtron
91-
92-
```bash
93-
helm repo add devtron https://helm.devtron.ai
94-
95-
helm install devtron devtron/devtron-operator --create-namespace --namespace devtroncd
96-
97-
```
98-
9990
### Install Devtron with CI/CD integration
10091

10192
Run the following command to install the latest version of Devtron along with the CI/CD module:
@@ -124,6 +115,15 @@ The command executes with one of the following output messages, indicating the s
124115
* **Downloaded**: The installer has downloaded all the manifests, and installation is in progress.
125116
* **Applied**: The installer has successfully applied all the manifests, and the installation is complete.
126117

118+
### Install Devtron
119+
120+
```bash
121+
helm repo add devtron https://helm.devtron.ai
122+
123+
helm install devtron devtron/devtron-operator --create-namespace --namespace devtroncd
124+
125+
```
126+
127127
### Devtron Dashboard
128128

129129
Use the following command to get the dashboard URL:

docs/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
* [Setup](setup/install/setup.md)
88
* [Installing Devtron](setup/install/README.md)
9+
* [Install Devtron with CI/CD integration](setup/install/install-devtron-with-cicd.md)
910
* [Install Devtron](setup/install/install-devtron.md)
10-
* [Install Devtron with CI/CD module](setup/install/install-devtron-with-cicd.md)
1111
* [Installation Configurations](setup/install/installation-configuration.md)
1212
* [Override Configurations](setup/install/override-default-devtron-installation-configs.md)
1313
* [Ingress setup for devtron installation](setup/install/ingress-setup.md)

docs/setup/install/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
Devtron is installed over a Kubernetes cluster and can be installed standalone or along with CI/CD integration:
66

7-
* [Devtron](install-devtron.md): The Devtron installation includes basic Helm charts and is used to deploy, observe, manage, and debug existing Helm applications in all the clusters.
87
* [Devtron with CI/CD](install-devtron-with-cicd.md): Devtron installation with the CI/CD integration is used to perform CI/CD, security scanning, GitOps, debugging, and observability.
8+
* [Devtron](install-devtron.md): The Devtron installation includes functionalities to deploy, observe, manage, and debug existing Helm applications in multiple clusters and deeply integrate with multiple tools using extensions.
99

1010
## Recommended resources
1111

@@ -15,15 +15,15 @@ The minimum requirements for Devtron and Devtron with CI/CD integration in produ
1515

1616
| Integration | CPU | Memory |
1717
| --- | :---: | :---: |
18-
| **Devtron** | 1 | 1 GB |
1918
| **Devtron with CI/CD** | 2 | 6 GB |
19+
| **Devtron** | 1 | 1 GB |
2020

2121
* Production (assumption based on 5 clusters)
2222

2323
| Integration | CPU | Memory |
2424
| --- | :---: | :---: |
25-
| **Devtron** | 2 | 3 GB |
2625
| **Devtron with CI/CD** | 6 | 13 GB |
26+
| **Devtron** | 2 | 3 GB |
2727

2828
> Refer to the [Override Configurations](./override-default-devtron-installation-configs.md) section for more information.
2929
@@ -35,7 +35,7 @@ Refer to the [Creating a Production grade EKS cluster using EKSCTL](https://devt
3535

3636
## Installing Devtron
3737

38-
* [Install Devtron](install-devtron.md)
3938
* [Install Devtron with CI/CD integration](install-devtron-with-cicd.md)
39+
* [Install Devtron](install-devtron.md)
4040
* [Upgrade Devtron to latest version](#upgrade-devtron)
4141

docs/setup/install/install-devtron.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Install Devtron
22

3+
This page helps you to install Devtron without any integrations. Integrations can be added later using [Devtron Stack Manager](./../../user-guide/stack-manager.md).
4+
35
## Before you begin
46

57
Install [Helm](https://helm.sh/docs/intro/install/) if you haven't done that already!

0 commit comments

Comments
 (0)