Skip to content

Commit e56d694

Browse files
committed
Minikube: Cleanup everything to start new machine
1 parent 9054d61 commit e56d694

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/en/docs/tasks/tools/install-minikube.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,9 @@ To install Minikube manually on windows using [Windows Installer](https://docs.m
111111

112112
{{% /capture %}}
113113

114+
## Cleanup everything to start fresh
115+
If you have installed minikube before and when running `minikube start` is throwing error `machine does not exist` then simply wipe existing configuration files.
114116

117+
```shell
118+
rm -rf ~/.minikube
119+
```

0 commit comments

Comments
 (0)