Tried to remove minikube cache, however the message error is the same.
Below the trace details
Moving files into cluster...
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:
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
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.
Most helpful comment
Doesn't this look like a
minikubeissue or an issue in your local env? If so, maybe the place to file the issue is the minikube repo.