0.2.x-0.3.x
Delete the respective resources i.e, nats-operator , nats-streaming and nats-server using the following commands.
kubectl delete -f https://raw.githubusercontent.com/devtron-labs/devtron/v0.2.37/manifests/yamls/nats-operator.yaml
kubectl -n devtroncd delete -f https://raw.githubusercontent.com/devtron-labs/devtron/v0.2.37/manifests/yamls/nats-streaming.yaml
kubectl -n devtroncd delete -f https://raw.githubusercontent.com/devtron-labs/devtron/v0.2.37/manifests/yamls/nats-server.yaml
Verify the deletion of resources using the following commands.
kubectl -n devtroncd get pods
kubectl -n devtroncd get serviceaccount
kubectl -n devtroncd get clusterrole
Set
reSync: true
in the installer object, this will initiate upgrade of the entire Devtron stack, you can use the following command to do this.kubectl patch -n devtroncd installer installer-devtron --type='json' -p='[{"op": "add", "path": "/spec/reSync", "value": true }]'
Last modified 8mo ago