Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 428 Bytes

File metadata and controls

28 lines (18 loc) · 428 Bytes

Cleanup

{% hint style="warning" %} Make sure that all your changes are stored in remote Git repo and that you moved your artificats to permenant storage before going through these steps. {% endhint %}

Delete ML Studio release

helm del --purge mlstudio

Cloud

GKE

gcloud container clusters delete $cluster_name --zone $cluster_zone

Local

Minikube

minikube delete