Hi all,
I'm trying to start the flannel in my lab environment and getting the following messages:
Aug 15 08:52:30 vmnode1 systemd[1]: Starting Network fabric for containers...
Aug 15 08:52:30 vmnode1 sdnotify-proxy[616]: Unable to find image '
quay.io/coreos/flannel:0.4.0' locally
Aug 15 08:52:30 vmnode1 sdnotify-proxy[616]: time="2015-08-15T08:52:30Z" level=fatal msg="Error response from daemon: v
Aug 15 08:52:30 vmnode1 systemd[1]: flanneld.service: main process exited, code=exited, status=1/FAILURE
Aug 15 08:52:30 vmnode1 systemd[1]: Failed to start Network fabric for containers.
Aug 15 08:52:30 vmnode1 systemd[1]: Unit flanneld.service entered failed state.
Aug 15 10:02:39 vmnode1 systemd[1]: flanneld.service: main process exited, code=exited, status=1/FAILURE
Aug 15 10:02:39 vmnode1 systemd[1]: Failed to start Network fabric for containers.
Aug 15 10:02:39 vmnode1 systemd[1]: Unit flanneld.service entered failed state.
Aug 15 10:02:39 vmnode1 systemd[1]: flanneld.service failed.
Aug 15 10:02:39 vmnode1 sdnotify-proxy[20213]: time="2015-08-15T10:02:39Z" level=fatal msg="Error response from daemon: v1 ping attempt failed with error: Get
https://quay.io/v1/_ping: dial tcp: lookup
quay.io: Temporary failure in name resolution. If this private registry supports only HTTP or HTTPS with an unknown CA certificate, please add `--insecure-registry
quay.io` to the daemon's arguments. In the case of HTTPS, if you have access to the registry's CA certificate, no need for the flag; simply place the CA certificate at /etc/docker/certs.d/
quay.io/ca.crt"
I think that this is occurring why flannel depends on early-docker (it is a container) and in my environment I need to set a HTTP_PROXY (and HTTPS_PROXY) to allow docker to access internet.
There is any workaround?
Thanks in advance.