Closed eduardo4jesus closed 5 years ago
Thank you for taking the time to create this issue, I am curious if you are behind a proxy or vpn ?
I have exactly the same issue. Waiting for updates !
@medyagh , I am not sure if there is a proxy on my network. I am under an university's network. I could download these files and manually put in a cache folder inside .minibuke. But that didn't work to. Let me know what informations I could provide.
@eduardo4jesus - This error is raised because DNS queries to 192.168.99.12 are failing. It isn't clear if it's a general network failure, or just a failure to resolve a DNS. Do you have any idea what that IP points to?
Some commands which may help:
host 192.168.99.12
route get 192.168.99.12
scutil --dns | grep 192.168.99.12
Worst case, you should be able to work around the issue by running curl -O
on the binaries, and storing them in ~/.minikube/cache/v1.14.3
@@eduardo4jesus are you still facing this issue ?
I installed
kubectl
andminikube
and usingbrew install
andbrew cask install
, respectively. Just opened VirtualBox, and the minikube VM shows as running.The exact command to reproduce the issue:
minikube start
The full output of the command that failed:
The output of the
minikube logs
command:The operating system version:
MacOS Mojave Version 10.14.4 (18E226)