same problem here....no clue how to fix
On Thursday, 23 July 2015 15:45:05 UTC-7, Mahesh wrote: > > Hi all, > > Myself configured kubernetes on baremetal ubuntu server, followed > https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/ubuntu.md > . > > Having trouble to start the addons kube-ui controller, looks like my > docker image is not able to pull the images. Please suggest. > > > Kindly suggest. > > > root@server:/opt/kubernetes/cluster# kubectl get pods --all-namespaces > NAMESPACE NAME READY STATUS > RESTARTS AGE > kube-system kube-ui-v1-ev5z1 0/1 Image: > gcr.io/google_containers/kube-ui:v1.1 is not ready on the node 0 5m > root@server:/opt/kubernetes/cluster# docker pull > gcr.io/google_containers/kube-ui:v1.1 > Error response from daemon: invalid registry endpoint https://gcr.io/v0/: > unable to ping registry endpoint https://gcr.io/v0/ > v2 <https://gcr.io/v0/v2> ping attempt failed with error: Get > https://gcr.io/v2/: EOF > v1 ping attempt failed with error: Get https://gcr.io/v1/_ping: EOF. If this > private registry supports only HTTP or HTTPS with an unknown CA certificate, > please add `--insecure-registry gcr.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/gcr.io/ca.crt > > -- You received this message because you are subscribed to the Google Groups "Containers at Google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-containers. For more options, visit https://groups.google.com/d/optout.
