Skip to content

Commit 92e602c

Browse files
iamnehak8s-ci-robot
authored andcommitted
Minikube: Cleanup everything to start new machine (#12749)
* Minikube: Cleanup everything to start new machine * Quick fixes
1 parent 18d6c12 commit 92e602c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

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

115115
{{% /capture %}}
116116

117+
## Cleanup everything to start fresh
117118

119+
If you have previously installed minikube, and run:
120+
```shell
121+
minikube start
122+
```
123+
124+
And this command returns an error:
125+
```shell
126+
machine does not exist
127+
```
128+
129+
You need to wipe the configuration files:
130+
```shell
131+
rm -rf ~/.minikube
132+
```

0 commit comments

Comments
 (0)