Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Lab XX - Minikube

To clean up you minikube installation, run the following command to stop your minikube instance:

minikube stop

Once minikube is stopped, you can delete the instance:

minikube delete

Uninstall minikube entirely:

brew cask uninstall minikube