Skip to content

Uninstall

To uninstall ETOS, cleanly, you should first clean up any testruns, environments and environment requests in the Kubernetes cluster

kubectl delete environments,environmentrequests,testruns --all

After that delete all ETOS Clusters

kubectl delete clusters --all

And then we can delete the ETOS controller.

kubectl delete -f https://github.com/eiffel-community/etos/releases/latest/download/install.yaml

After that ETOS should be fully uninstalled from your Kubernetes cluster.