Uninstall the MDAI Cluster


Tired of using the MDAI Cluster locally? 😭 We're sorry to see you go, but we understand.

If you have feedback for us, please let us know why!

  1. Support team email
  2. Feedback form

Automated uninstall

When decommissioning a cluster or performing a clean-up operation, you need to delete all resources and configurations. Follow the steps below to uninstall your local MDAI Cluster.

Ensure you have the correct k8s context selected.

Make sure your k8s context is set to kind-mdai-local cluster:

kubectl config get-contexts

Switch the context if needed:

kubectl cluster-info --context kind-mdai-local

Uninstall Cluster

Run automated de-installation script

 make -f ./make/Makefile-local-recipes delete-mdai

Optional: Uninstall all helm artifacts

If you want to remove all helm artifacts installed (you don't use it your other local setup), run the following

 make -f ./make/Makefile-local-recipes delete-mdai-all

Data Persistence - Prometheus

Currently, there is no data persistence for Prometheus. If you destroy your MDAI Cluster, you'll also be destroying your prometheus instance and all associated data. 🪦

Until MDAI is able to support a more robust persistence layer or snapshot capability, we recommend using a remote storage option for your persistence needs.



⏪ Back to: Enable MDAI Cluster Next Step: Congrats ⏩