Jx: Failed to start minikube cluster

Created on 22 Mar 2018  路  6Comments  路  Source: jenkins-x/jx

Tried to remove minikube cache, however the message error is the same.
Below the trace details

Moving files into cluster...

E0322 05:31:07.639235 9626 start.go:234] Error updating cluster: Error updating localkube from uri: Error creating localkube asset from url: Error opening file asset: /Users/barin/.minikube/cache/localkube/localkube-v1.9.4: open /Users/barin/.minikube/cache/localkube/localkube-v1.9.4: no such file or directory

An error has occurred. Would you like to opt in to sending anonymized crash
information to minikube to help prevent future errors?
To opt out of these messages, run the command:

minikube config set WantReportErrorPrompt false

Please enter your response [Y/n]:
E0322 05:31:07.640087 9626 util.go:161] EOF
Error: Command failed minikube start --memory 4096 --cpus 3 --vm-driver hyperkit --extra-config apiserver.Authorization.Mode=RBAC
error creating cluster exit status 1

areminikube kinbug prioritawaiting-more-evidence

Most helpful comment

Doesn't this look like a minikube issue or an issue in your local env? If so, maybe the place to file the issue is the minikube repo.

All 6 comments

Doesn't this look like a minikube issue or an issue in your local env? If so, maybe the place to file the issue is the minikube repo.

Yeah I agree with @gtseres - it looks like a minikube issue. It might be worth trying a hard reset before asking on the minikube repo:

minikube delete
rm -rf ~/.minikube
jx create cluster minikube

Minikube works fine when I start other containers, I've already tried to reset minikube and start over. By the way I'm using fedora.

What version of minikube are you running? Might be worth updating to the latest and trying again if you're not already on v0.25.2

@bbarin Do you still encounter this issue? Thanks

@bbarin I am going to close this issue. It seems to be quite old and the requested details weren't provided.

Was this page helpful?
0 / 5 - 0 ratings