Uninstall vCluster Platform
Delete Helm Release​
helm delete -n vcluster-platform loft
Please make sure you also uninstall kiosk, if you have connected the loft cluster:
helm delete -n vcluster-platform loft-agent
Delete Namespace (optional)​
kubectl delete ns vcluster-platform
If you have deleted the namespace without deleting the vcluster-platform and loft-agent helm releases beforehand, please make sure the api-services and webhooks are deleted correctly:
# vCluster Platform agent api service and webhook
kubectl delete apiservice v1.cluster.loft.sh
kubectl delete validatingwebhookconfiguration loft-agent
Delete CRDs (optional)​
kubectl api-resources --api-group='storage.loft.sh' -o name | xargs kubectl delete crd
Data Loss
Deleting the vCluster Platform CRDs will also remove all vCluster Platform objects inside your cluster, e.g. Cluster
, Team
, and User
. This cannot be undone.