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

Cannot start Minikube on Windows 10 #12560

Closed
Monte-Christo opened this issue Sep 23, 2021 · 3 comments
Closed

Cannot start Minikube on Windows 10 #12560

Monte-Christo opened this issue Sep 23, 2021 · 3 comments
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@Monte-Christo
Copy link

Steps to reproduce the issue:

  1. minikube start --network-plugin=cni --cni=calico
  2. Errors are thrown right and left

Run minikube logs --file=logs.txt and drag and drop the log file into this issue

Full output of failed command if not minikube start:

  • Windows version: 20H2, build 19042.1165
  • Docker version 4.0.1, WSL2

logs.txt

@spowelljr
Copy link
Member

Hi @Monte-Christo, thanks for reporting your issue with minikube!

It seems your running into a known configuration issue.

Try running the following to reset minikube to a fresh state and then try starting minikube again and let me know if it works:

$ minikube delete --all --purge

@spowelljr spowelljr added the kind/support Categorizes issue or PR as a support question. label Sep 23, 2021
@Monte-Christo
Copy link
Author

Monte-Christo commented Sep 23, 2021

Thank you, that worked. In the meantime, I had figured out another way by myself: stop minikube, then first run only "minikube start --network-plugin=cni", then, when that succeeded, stop minikube again and start the whole kahuna. Should I close this issue, or does it require actions on your part to resolve?

@spowelljr
Copy link
Member

I can close the issue for you, here's the issue for reference #8765, we'll fix this issue when we have the bandwidth to do so.

Thanks for using minikube!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

2 participants