kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.15k stars 4.86k forks source link

Minikube start --vm-driver=virtualbox ---> failed to start virtualbox VM #19332

Open Johnstx opened 1 month ago

Johnstx commented 1 month ago

What Happened?

minikube start --vm-driver=virtualbox πŸ˜„ minikube v1.33.1 on Ubuntu 22.04 ✨ Using the virtualbox driver based on existing profile πŸ‘ Starting "minikube" primary control-plane node in "minikube" cluster 🀷 virtualbox "minikube" VM is missing, will recreate. πŸ”₯ Creating virtualbox VM (CPUs=2, Memory=3000MB, Disk=20000MB) ... 🀦 StartHost failed, but will try again: recreate: creating host: create: creating: write |1: broken pipe 🀷 virtualbox "minikube" VM is missing, will recreate. πŸ”₯ Creating virtualbox VM (CPUs=2, Memory=3000MB, Disk=20000MB) ... 😿 Failed to start virtualbox VM. Running "minikube delete" may fix it: recreate: creating host: create: creating: write |1: broken pipe

❌ Exiting due to GUEST_PROVISION: error provisioning guest: Failed to start host: recreate: creating host: create: creating: write |1: broken pipe

Hey guys, I need some support with fixing this fail i ecountered while running 'minikube start using virtualbox as the vm_driver.'

I'll appreciate any ideas

Attach the log file

minikube logs --file=log.txt

❌ Exiting due to GUEST_STATUS: Unable to get control-plane node minikube host status: state: machine does not exist

Operating System

Windows

Driver

VirtualBox

kundan2707 commented 1 month ago

/kind support

kundan2707 commented 1 month ago

@Johnstx some instability has been observed with virtualbox in pas too. can you share version of virtualbox you are using?

kundan2707 commented 1 month ago

Try once after deleting minikube and check if it still persists.

kundan2707 commented 1 month ago

/triage needs-information

Johnstx commented 1 month ago

@Johnstx some instability has been observed with virtualbox in pas too. can you share version of virtualbox you are using?

Thanks @kundan2707 I'm using the virtualbox 7.0.20

Johnstx commented 1 month ago

Try once after deleting minikube and check if it still persists.

Already deleted and reinstalled. Same problem persists