Minikube: Cleanup everything to start new machine (#12749)

* Minikube: Cleanup everything to start new machine

* Quick fixes
This commit is contained in:
Neha Yadav
2019-03-09 01:00:55 +05:30
committed by Kubernetes Prow Robot
parent 18d6c123b7
commit 92e602c438
@@ -114,4 +114,19 @@ To install Minikube manually on windows using [Windows Installer](https://docs.m
{{% /capture %}}
## Cleanup everything to start fresh
If you have previously installed minikube, and run:
```shell
minikube start
```
And this command returns an error:
```shell
machine does not exist
```
You need to wipe the configuration files:
```shell
rm -rf ~/.minikube
```