Skip to content

Doc: fixes in the link #2384

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ kubectl -n devtroncd get secret devtron-secret -o jsonpath='{.data.ACD_PASSWORD}

## Install Devtron on Cloud VM (AWS ec2, Azure VM, GCP VM)
It is preferd to use Cloud VM with 2vCPU+, 4GB+ free Memory, 20GB+ Storage, Compute Optimized VM type & Ubuntu Flavoured OS.
1. Create Microk8s Cluster
* Create Microk8s Cluster
```bash
sudo snap install microk8s --classic --channel=1.22
sudo usermod -a -G microk8s $USER
Expand All @@ -86,7 +86,7 @@ source .bashrc
```


2. Install devtron
* Install devtron
```bash
helm repo add devtron https://helm.devtron.ai

Expand All @@ -95,7 +95,7 @@ helm install devtron devtron/devtron-operator \
--set components.devtron.service.type=NodePort

```
3. Ensure that the port on which the devtron-service runs is open in the VM's security group or network Security group.
* Ensure that the port on which the devtron-service runs is open in the VM's security group or network Security group.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

network security group


Commad to get the devtron-service Port number
```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/setup/install/install-devtron-with-cicd.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Install Devtron with CICD integration

Are you installing Devtron on Minikube, Microk8s, K3s, Kind? See Instructions [here](./Install-devtron-on-Minikube-Microk8s-K3s-Kind.md)
Are you installing Devtron on Minikube, Microk8s, K3s, Kind? See Instructions [here](Install-devtron-on-Minikube-Microk8s-K3s-Kind.md)

## Before you begin

Expand Down
2 changes: 1 addition & 1 deletion docs/setup/install/install-devtron.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Install Devtron

Are you installing Devtron on Minikube, Microk8s, K3s, Kind? See Instructions [here](./Install-devtron-on-Minikube-Microk8s-K3s-Kind.md)
Are you installing Devtron on Minikube, Microk8s, K3s, Kind? See Instructions [here](Install-devtron-on-Minikube-Microk8s-K3s-Kind.md)

This page helps you to install Devtron without any integrations. Integrations can be added later using [Devtron Stack Manager](./../../user-guide/stack-manager.md).

Expand Down