You are looking at the documentation of a prior release. To read the documentation of the latest release, please
visit here.
Uninstall KubeDB Enterprise Edition
To uninstall KubeDB Enterprise edition, run the following command:
Using Helm 3
In Helm 3, release names are scoped to a namespace. So, provide the namespace you used to install the operator when installing.
$ helm uninstall kubedb-enterprise --namespace kubedb
$ helm uninstall kubedb-autoscaler --namespace kubedb
$ helm uninstall kubedb-community --namespace kubedb
Using YAML (with helm 3)
If you prefer to not use Helm, you can generate YAMLs from KubeDB chart and uninstall using kubectl
.
$ helm template kubedb-enterprise appscode/kubedb-enterprise --namespace kubedb | kubectl delete -f -
$ helm template kubedb-autoscaler appscode/kubedb-autoscaler --namespace kubedb | kubectl delete -f -
$ helm template kubedb-community appscode/kubedb-community --namespace kubedb | kubectl delete -f -