-
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
Problems detected in kubelet #17638
Comments
There are many known QEMU driver issue listed here. |
The |
/kind support |
@spowelljr ankur@ankur:~$ minikube delete
🔥 Deleting "minikube" in qemu2 ...
💀 Removed all traces of the "minikube" cluster.
ankur@ankur:~$ minikube start --driver qemu --network socket_vmnet
😄 minikube v1.31.2 on Ubuntu 22.04
✨ Using the qemu2 driver based on user configuration
❌ Exiting due to MK_USAGE: The socket_vmnet network is only supported on macOS When I ran ankur@ankur:~$ minikube start
😄 minikube v1.31.2 on Ubuntu 22.04
✨ Automatically selected the qemu2 driver. Other choices: virtualbox, ssh
🌐 Automatically selected the builtin network
❗ You are using the QEMU driver without a dedicated network, which doesn't support `minikube service` & `minikube tunnel` commands.
👍 Starting control plane node minikube in cluster minikube
🔥 Creating qemu2 VM (CPUs=2, Memory=3400MB, Disk=20000MB) ...
🎉 minikube 1.32.0 is available! Download it: https://github.com/kubernetes/minikube/releases/tag/v1.32.0
💡 To disable this notice, run: 'minikube config set WantUpdateNotification false'
🐳 Preparing Kubernetes v1.27.4 on Docker 24.0.4 ...
▪ Generating certificates and keys ...
▪ Booting up control plane ...
▪ Configuring RBAC rules ...
🔗 Configuring bridge CNI (Container Networking Interface) ...
▪ Using image gcr.io/k8s-minikube/storage-provisioner:v5
🔎 Verifying Kubernetes components...
🌟 Enabled addons: default-storageclass, storage-provisioner
🏄 Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default
|
Ah, I missed that you were on Linux, socket_vmnet is only for macOS as the output states. If you're using Linux and want to use QEMU the builtin network is the only option at this time. |
@spowelljr so is there a way for ubuntu user to test their kubernete app with minicluster locally? |
@watashiSHUN You'd have to use a different driver, the most popular option is using Docker, KVM is another popular choice, you can see the full list of supported drivers here |
Thanks @spowelljr for the help. |
Thanks for this @spowelljr . Was facing the similar issue with qemu driver in Mac M1
actually resolved the issue. |
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 |
What Happened?
Everything was working fine.
But when I got this error
Exiting due to MK_UNIMPLEMENTED: minikube service is not currently implemented with the builtin network on QEMU
I run this command
minikube start --driver=qemu
Still the error persist, then I run this commands
minikube start --driver qemu --network socket_vmnet
then got this error message
After that, running
minikube start
also start to give this error.
Attach the log file
logs.txt
Operating System
Ubuntu
Driver
Docker
The text was updated successfully, but these errors were encountered: