Open cmpaul opened 6 years ago
Huh. Looks like this had something to do with my DNS configuration. Setting it to 8.8.8.8 allowed me to download the docker image and continue. See: https://github.com/docker/for-win/issues/716
Going to close this for now. Thanks!
Nix that, the DNS change was a red herring. I had opened a new terminal window, where I had lost my eval'd docker-env variables. So it looks like running eval $(minikube docker-env)
is causing this to fail. I notice it's attempting to access docker.io on my DOCKER_HOST IP: ...lookup index.docker.io on 192.168.64.1:53: read udp 192.168.64.2:37426->192.168.64.1:53...
> minikube docker-env
export DOCKER_TLS_VERIFY="1"
export DOCKER_HOST="tcp://192.168.64.2:2376"
...
I've isolated the issue to using xhyve. This seems to work fine with Virtualbox, so I'll update the description.
It looks like there may be some issues running through this demo with minikube (v0.24.0) and kubectl (v1.8.4), particularly when using xhyve on MacOS. I'm able to run it successfully with VirtualBox.
The first problem I encounter (which I can fix) is:
I took the error message's advice and added
--validate=false
to up.sh, and now the postgres service will start, but when I try to start the usersvc, it hangs: