How to completely uninstall Minikube in windows 10 Pro? (chocolatey) How to completely uninstall Minikube in windows 10 Pro? (chocolatey) kubernetes kubernetes

How to completely uninstall Minikube in windows 10 Pro? (chocolatey)


This as simple as running:

minikube stop & REM stops the VMminikube delete & REM deleted the VM

Then delete the .minikube and .kube directories usually under:

C:\users\{user}\.minikube

and

C:\users\{user}\.kube

Or if you are using chocolatey:

C:\ProgramData\chocolatey\bin\minikube stopC:\ProgramData\chocolatey\bin\minikube deletechoco uninstall minikubechoco uninstall kubectl