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: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,15 +87,6 @@ Devtron is designed to be modular, and its functionality can be easily extended
87
87
88
88
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/).
Copy file name to clipboardExpand all lines: docs/setup/install/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@
4
4
5
5
Devtron is installed over a Kubernetes cluster and can be installed standalone or along with CI/CD integration:
6
6
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.
8
7
*[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.
9
9
10
10
## Recommended resources
11
11
@@ -15,15 +15,15 @@ The minimum requirements for Devtron and Devtron with CI/CD integration in produ
15
15
16
16
| Integration | CPU | Memory |
17
17
| --- | :---: | :---: |
18
-
|**Devtron**| 1 | 1 GB |
19
18
|**Devtron with CI/CD**| 2 | 6 GB |
19
+
|**Devtron**| 1 | 1 GB |
20
20
21
21
* Production (assumption based on 5 clusters)
22
22
23
23
| Integration | CPU | Memory |
24
24
| --- | :---: | :---: |
25
-
|**Devtron**| 2 | 3 GB |
26
25
|**Devtron with CI/CD**| 6 | 13 GB |
26
+
|**Devtron**| 2 | 3 GB |
27
27
28
28
> Refer to the [Override Configurations](./override-default-devtron-installation-configs.md) section for more information.
29
29
@@ -35,7 +35,7 @@ Refer to the [Creating a Production grade EKS cluster using EKSCTL](https://devt
35
35
36
36
## Installing Devtron
37
37
38
-
*[Install Devtron](install-devtron.md)
39
38
*[Install Devtron with CI/CD integration](install-devtron-with-cicd.md)
39
+
*[Install Devtron](install-devtron.md)
40
40
*[Upgrade Devtron to latest version](#upgrade-devtron)
Copy file name to clipboardExpand all lines: docs/setup/install/install-devtron.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Install Devtron
2
2
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
+
3
5
## Before you begin
4
6
5
7
Install [Helm](https://helm.sh/docs/intro/install/) if you haven't done that already!
0 commit comments