Remove Cluster
Remove integration and clean uninstall your cluster
.png?alt=media)
Once you delete a cluster, there is no going back.
Under General, you can remove your clusters from VESSL. Click Delete cluster to proceed. Note that you should first terminate all ongoing workloads.
.png?alt=media)
To remove all dependencies including the VESSL cluster agent from the cluster, run the following command.
docker stop vessl-k0s && docker rm vessl-k0s
docker run -it --rm --privileged --pid=host alpine nsenter -t 1 -m -- sh -c “rm -rfv /var/lib/k0s”
Last modified 7mo ago