Snowcrash
Snowcrash

Reputation: 86317

minikube - E0410 - start.go:159] Error starting host: Error starting stopped host: Machine didn't return an IP after 120 seconds, aborting

Why am I getting this error when starting minikube?

minikube start --vm-driver=hyperkit --disk-size=2g
Starting local Kubernetes v1.9.4 cluster...
Starting VM...
E0410 16:26:12.652851    6972 start.go:159] Error starting host: Error starting stopped host: Machine didn't return an IP after 120 seconds, aborting.

and how would you fix it?

Upvotes: 0

Views: 1617

Answers (1)

Tobi
Tobi

Reputation: 936

Have you tried minikube delete followed by minikube start --vm-driver=hyperkit (or are you using another driver)?

Upvotes: 1

Related Questions