Skip to content
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

minikube start not working #11488

Closed
gthri2k opened this issue May 22, 2021 · 2 comments
Closed

minikube start not working #11488

gthri2k opened this issue May 22, 2021 · 2 comments
Labels
cause/nested-vm-config When nested VM's appear to play a role co/virtualbox kind/support Categorizes issue or PR as a support question. os/windows

Comments

@gthri2k
Copy link

gthri2k commented May 22, 2021

Hi,
I'm having trouble installing minikube.
I have a windows 10 machine. Have installed ubuntu in Oracle VM Virtual box manager
When I give minikube start , it throws me this error

minikube v1.20.0 on Ubuntu 20.04
✨ Automatically selected the virtualbox driver

🧯 The requested memory allocation of 1939MiB does not leave room for system overhead (total system memory: 1939MiB). You may face stability issues.
💡 Suggestion: Start minikube with less memory allocated: 'minikube start --memory=1939mb'

👍 Starting control plane node minikube in cluster minikube
🔥 Creating virtualbox VM (CPUs=2, Memory=1939MB, Disk=20000MB) ...
🔥 Deleting "minikube" in virtualbox ...
🤦 StartHost failed, but will try again: creating host: create host timed out in 360.000000 seconds
🔥 Creating virtualbox VM (CPUs=2, Memory=1939MB, Disk=20000MB) ...
😿 Failed to start virtualbox VM. Running "minikube delete" may fix it: creating host: create host timed out in 360.000000 seconds
❗ Startup with virtualbox driver failed, trying with alternate driver ssh: Failed to start host: creating host: create host timed out in 360.000000 seconds
🔥 Deleting "minikube" in virtualbox ...
💀 Removed all traces of the "minikube" cluster.

❌ Exiting due to MK_USAGE: No IP address provided. Try specifying --ssh-ip-address, or see https://minikube.sigs.k8s.io/docs/drivers/ssh/

Thanks

@afbjorklund
Copy link
Collaborator

afbjorklund commented May 23, 2021

Please disregard the errors from "ssh" at the end, they have been fixed: #11371

! Startup with virtualbox driver failed, trying with alternate driver ssh: Failed to start host: creating host: create host timed out in 360.000000 seconds

x Exiting due to MK_USAGE: No IP address provided. Try specifying --ssh-ip-address, or see https://minikube.sigs.k8s.io/docs/drivers/ssh/

The real error is the timeout, probably from trying to run VirtualBox in Virtualbox

Would it not be easier to run minikube from Windows, and skip the Ubuntu VM ?

@afbjorklund afbjorklund added os/windows co/virtualbox kind/support Categorizes issue or PR as a support question. cause/nested-vm-config When nested VM's appear to play a role labels May 23, 2021
@gthri2k
Copy link
Author

gthri2k commented May 23, 2021

Oh yes! This works from windows! Thanks!

@gthri2k gthri2k closed this as completed May 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cause/nested-vm-config When nested VM's appear to play a role co/virtualbox kind/support Categorizes issue or PR as a support question. os/windows
Projects
None yet
Development

No branches or pull requests

2 participants