Tidy “clean up local state” for Minikube install (#17506)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
eb6a2bb7b2
commit
77b22e7fcd
@@ -186,19 +186,19 @@ To install Minikube manually on Windows, download [`minikube-windows-amd64`](htt
|
|||||||
|
|
||||||
{{% /capture %}}
|
{{% /capture %}}
|
||||||
|
|
||||||
## Cleanup local state
|
## Clean up local state {#cleanup-local-state}
|
||||||
|
|
||||||
If you have previously installed minikube, and run:
|
If you have previously installed Minikube, and run:
|
||||||
```shell
|
```shell
|
||||||
minikube start
|
minikube start
|
||||||
```
|
```
|
||||||
|
|
||||||
And this command returns an error:
|
and `minikube start` returned an error:
|
||||||
```shell
|
```
|
||||||
machine does not exist
|
machine does not exist
|
||||||
```
|
```
|
||||||
|
|
||||||
You need to clear minikube's local state:
|
then you need to clear minikube's local state:
|
||||||
```shell
|
```shell
|
||||||
minikube delete
|
minikube delete
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user