Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 289 Bytes

File metadata and controls

20 lines (14 loc) · 289 Bytes

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 uninstall minikube