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

Commits on May 30, 2019

  1. Prefer "minikube delete" over "rm -rf ~/.minikube"

    Using `rm -Rf ~/.minikube` is not necessary in modern (v1.x) versions of minikube, and is highly discouraged as may can leave dangling VM's running, which minikube will fail to recover from. 
    
    Example issue: kubernetes/minikube#4377
    tstromberg committed May 30, 2019
    Configuration menu
    Copy the full SHA
    1720d37 View commit details
    Browse the repository at this point in the history