Minikube: Cleanup everything to start new machine (#12749)
* Minikube: Cleanup everything to start new machine * Quick fixes
This commit is contained in:
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 %}}
|
{{% /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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user