Skip to content

Instantly share code, notes, and snippets.

@vedashree29296
Created June 16, 2021 04:52
Show Gist options
  • Save vedashree29296/4b06736fdbfaaf9ba9b37dd5805e8b75 to your computer and use it in GitHub Desktop.
Save vedashree29296/4b06736fdbfaaf9ba9b37dd5805e8b75 to your computer and use it in GitHub Desktop.
Script to install devtron using kubectl
wget https://raw.githubusercontent.com/devtron-labs/devtron/main/manifests/install/devtron-operator-configs.yaml
kubectl create ns devtroncd
kubectl -n devtroncd apply -f https://raw.githubusercontent.com/devtron-labs/charts/main/charts/devtron/crds/crd-devtron.yaml
kubectl apply -n devtroncd -f https://raw.githubusercontent.com/devtron-labs/charts/main/charts/devtron/templates/install.yaml
kubectl apply -n devtroncd -f devtron-operator-configs.yaml
kubectl apply -n devtroncd -f https://raw.githubusercontent.com/devtron-labs/devtron/main/manifests/install/devtron-installer.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment