FAQ on Installation
Run the following command to check the status of the installation:
kubectl -n devtroncd get installers installer-devtron -o jsonpath='{.status.sync.status}'
The above command will print
Applied
once the installation process is complete. The installation process could take up to 30 minutes.First run the below command to clean up components installed by Devtron installer:
cd devtron-installation-script/
kubectl delete -n devtroncd -f yamls/
kubectl -n devtroncd patch installer installer-devtron --type json -p '[{"op": "remove", "path": "/status"}]'
Last modified 5mo ago