From 92e602c438ba45d2aee0c67237200984bed63e18 Mon Sep 17 00:00:00 2001 From: Neha Yadav Date: Sat, 9 Mar 2019 01:00:55 +0530 Subject: [PATCH] Minikube: Cleanup everything to start new machine (#12749) * Minikube: Cleanup everything to start new machine * Quick fixes --- content/en/docs/tasks/tools/install-minikube.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/content/en/docs/tasks/tools/install-minikube.md b/content/en/docs/tasks/tools/install-minikube.md index 3bb8609e83..e36e453dd0 100644 --- a/content/en/docs/tasks/tools/install-minikube.md +++ b/content/en/docs/tasks/tools/install-minikube.md @@ -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 +```