-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Unable to start Minikube on Windows using Docker or Hyper-V as drivers; Problem is extended to my Ubuntu 20.04 installations on WSL2. #14412
Comments
/kind support |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What Happened?
On Windows 10:
minikube start --driver docker
When I execute this command with --v=5, I see some interesting things. I have placed these in the file below named 'terminal-docker.txt'
When I try to run minikube logs --file=log.txt, I am greeted with:
I have added the log file I got yesterday, though.
I am getting the same results running minikube delete, and then running minikube start with Hyper-V as its driver. I have added those logs as well.
WSL2
Somewhy this problem is extended to my WSL2 installation, on which I am using Ubuntu 20.04.
On there, I have tried running minikube start with the Docker driver too and it doesn't work there either.
I have installed this script for systemctl on there.
When I run I get
systemctl enable kubelet.service
, it tells me this unit is not found.Attach the log file
terminal-docker.txt
log_docker_latest.txt
log_hyperv.txt
Operating System
Windows 10, Ubuntu 20.04 through WSL
Driver
On Windows: Docker, Hyper-V
On Ubuntu20.04: I only tried Docker.
The text was updated successfully, but these errors were encountered: