Tidy “clean up local state” for Minikube install (#17506)

This commit is contained in:
Tim Bannister
2019-11-12 02:20:06 +00:00
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 %}}
## 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
minikube start
```
And this command returns an error:
```shell
and `minikube start` returned an error:
```
machine does not exist
```
You need to clear minikube's local state:
then you need to clear minikube's local state:
```shell
minikube delete
```