Description
The exact command to reproduce the issue: minikube start
The full output of the command that failed:
😄 minikube v1.2.0 on linux (amd64)
💿 Downloading Minikube ISO ...
129.33 MB / 129.33 MB [============================================] 100.00% 0s
🔥 Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
E0626 20:40:20.432969 26803 start.go:559] StartHost: create: precreate: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path
💣 Unable to start VM
❌ Error: [VBOX_NOT_FOUND] create: precreate: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path
💡 Advice: Install VirtualBox, ensure that VBoxManage is executable and in path, or select an alternative value for --vm-driver
📘 Documentation: https://www.virtualbox.org/wiki/Downloads
▪ #3784
▪ #3776
😿 If the above advice does not help, please let us know:
👉 https://github.com/kubernetes/minikube/issues/new
The output of the minikube logs
command:
💣 api load: filestore: Docker machine "minikube" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
👉 https://github.com/kubernetes/minikube/issues/new
The operating system version: Ubuntu 19.04
Comments: Documentation on README says: Requires either the kvm2 driver (recommended), or VirtualBox. I have kvm2 installed.. so it shouldn't give an error. I think even if I didn't have kvm, it should try driver=none by default instead of giving error.