Minikube: error starting host: machine does not exist

Created on 30 Jan 2018  路  8Comments  路  Source: kubernetes/minikube

hi everyone:

I get a problem where I install minikube.The error log just like this:

Starting local Kubernetes v1.8.0 cluster...
Starting VM...
E0130 09:36:56.591445 8076 start.go:150] Error starting host: Error getting state for host: machi
ne does not exist.

Retrying.
E0130 09:36:56.595445 8076 start.go:156] Error starting host: Error getting state for host: mach
ine does not exist
E0130 09:36:56.882461 8076 util.go:151] Error uploading error message: : Post https://clouderrorr
eporting.googleapis.com/v1beta1/projects/k8s-minikube/events:report?key=AIzaSyACUwzG0dEPcl-eOgpDKnyK
oUFgHdfoFuA: read tcp 192.168.78.55:54186->172.217.160.106:443: wsarecv: An existing connection was

forcibly closed by the remote host.

what can i do ?

kinsupport lifecyclrotten

Most helpful comment

It looks like deleting ~/.minikube/machines and running minikube start fixed this.

All 8 comments

+1

It looks like deleting ~/.minikube/machines and running minikube start fixed this.

I think this is a duplicate of https://github.com/kubernetes/minikube/issues/459

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten
/remove-lifecycle stale

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close

I am getting the same issue while installing minikube on Windows 10 machine.

Starting local Kubernetes v1.10.0 cluster...
Starting VM...
E0810 15:37:13.728520 17268 start.go:174] Error starting host: Error getting state for host: machine does not exist.

Retrying.
E0810 15:37:13.735512 17268 start.go:180] Error starting host: Error getting state for host: machine does not exist

i have this error.can any one help me

[root@localhost ~]# minikube start
Starting local Kubernetes v1.10.0 cluster...
Starting VM...
E0917 19:32:59.596971 5241 start.go:174] Error starting host: Error starting stopped host: Maximum number of retries (5) exceeded.

Retrying.
E0917 19:32:59.608345 5241 start.go:180] Error starting host: Error starting stopped host: Maximum number of retries (5) exceeded
[root@localhost ~]#

Was this page helpful?
0 / 5 - 0 ratings