minikube: Error starting host: Error getting state for host: unexpected EOF
Minikube version (use minikube version):
v0.12.2
Environment:
- OS (e.g. from /etc/os-release): Ubuntu 14.04
- VM Driver (e.g.
cat ~/.minikube/machines/minikube/config.json | grep DriverName): kvm - Docker version (e.g.
docker -v): Docker version 1.12.3 - Install tools:
- Others:
What happened: When trying to start a cluster I get an error:
✗ sudo minikube start
Starting local Kubernetes cluster...
E1130 15:29:30.277137 18796 start.go:92] Error starting host: Error getting state for host: unexpected EOF. Retrying.
E1130 15:29:30.277941 18796 start.go:98] Error starting host: Error getting state for host: unexpected EOF
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 25 (7 by maintainers)
As a last resort, can you try
You don’t need sudo to run minikube. I suspect that something is wrong with your cached ISO. The download could have been interrupted or invalid.
Try to
rm -rf ~/.minikube/cacheand then try to run minikubeRan it:
Still have the same issue. I suspect something with the “kvm” driver but I have no proof to back it up. I wasn’t able to run it with VirtualBox though.
hi…i am also having the same below error when I am trying to run the ‘Minikube start’ command on the Linux AWS instance. VBoxManage is already installed on my PC (having Windows 10 OS) from where I am launching my Linux AWS instance. Can someone help.
E0222 00:15:57.464329 32174 start.go:165] Error starting host: Error creating host: Error executing step: Running precreate checks. : VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path
I’m having the same issue
yet VBoxManage is available in my system
Finally works! I checked if the kvm works by running:
I enabled the virtualization in the BIOS and checked kvm installation again. This time everything worked fine.
Are you running minikube inside of a VM? You won’t be able to do nested virtualization. However if you’re using windows or OS X you should use those minikube binaries.
Seems to solve it. But then I got a new error…