Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions content/en/docs/tasks/tools/install-minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```