Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer "minikube delete" over "rm -rf ~/.minikube" #14647

Merged
merged 1 commit into from
Jun 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/en/docs/tasks/tools/install-minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ To install Minikube manually on windows using [Windows Installer](https://docs.m

{{% /capture %}}

## Cleanup everything to start fresh
## Cleanup local state
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Cleanup local state
## Cleanup local state {#cleanup-everything-to-start-fresh}

so as to preserve inbound hyperlinks that target this page section

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for thinking about keeping inbound links valid, @sftim. I agree this is a good change, but I don't want to block a fix for something that people are already reporting issues. I'll make a note to add the anchor back in a future PR.


If you have previously installed minikube, and run:
```shell
Expand All @@ -153,7 +153,7 @@ And this command returns an error:
machine does not exist
```

You need to wipe the configuration files:
You need to clear minikube's local state:
```shell
rm -rf ~/.minikube
minikube delete
```