-
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
fix: multi-node minikube
does not start for qemu2
driver with builtin
network
#18067
Comments
/kind bug |
It looks like there's missing binaries reported during the worker start; it's complaining about missing
|
Worker nodes don't appear in |
I confirmed that multi-node works for |
I also felt issue with creating multi-node minikube |
logs.txt |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues 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. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/close covered in larger issue related to qemu usage |
What Happened?
The command
minikube start --driver=qemu2 --network=builtin --nodes=3
fails; thekubelet
ends up inStopped
status, and the start hangs. I have confirmed thatminikube start --driver=qemu2 --network=builtin nodes=1
works successfully; I have attached the logs for that aslogs-success.txt
.versions
minikube
docker
os
libvirt
Attach the log file
log.txt
logs-success.txt
Operating System
Debian
Driver
QEMU
The text was updated successfully, but these errors were encountered: