Skip to main content
Version: Preview

Uninstall KubeBlocks

Uninstallation order:

  1. Delete your cluster if you have created a cluster.

    kubebctl delete cluster <clustername> -n namespace
  2. Uninstall KubeBlocks.

Uninstall KubeBlocks

Delete all the clusters and resources created before performing the following command, otherwise the uninstallation may not be successful.

helm uninstall kubeblocks --namespace kb-system

Helm does not delete CRD objects. You can delete the ones KubeBlocks created with the following commands:

kubectl get crd -o name | grep kubeblocks.io | xargs kubectl delete