What is the equivalent command for minikube delete
in docker-for-desktop on OSX
As I understand, minikube creates a VM to host its kubernetes cluster but I do not understand how docker-for-desktop is managing this on OSX.
Tear down Kubernetes in Docker for OS X is quite an easy task.
Go to Preferences
, open Reset
tab, and click Reset Kubernetes cluster
.
All object that have been created with Kubectl before that will be deleted.
You can also reset docker VM image (Reset disk image
) and all settings (Reset to factory defaults
) or even uninstall Docker.