You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@ip-172-20-51-40:~# docker -D pull ci-repo.englab.juniper.net:5010/contrail-external-zookeeper
Using default tag: latest
Pulling repository ci-repo.englab.juniper.net:5010/contrail-external-zookeeper
Error while pulling image: Get http://ci-repo.englab.juniper.net:5010/v1/repositories/contrail-external-zookeeper/images: dial tcp: lookup ci-repo.englab.juniper.net on 172.20.0.2:53: no such host
root@ip-172-20-51-40:~#
All of the container images listed in the yaml file are available from default docker hub under opencontrailnightly org. So, replaced ci-repo.englab.juniper.net:5010 with opencontrailnightly in yaml file:
Yaml file for Contrail single step CNI install on ubuntu attempts to pull images from
ci-repo.englab.juniper.net:5010
repo which is inaccessible from outside of Juniper:All of the container images listed in the yaml file are available from default docker hub under
opencontrailnightly
org. So, replacedci-repo.englab.juniper.net:5010
withopencontrailnightly
in yaml file:After the update, k8s was able to pull images for all of the objects in the manifest successfully.
Happy to submit PR for README if granted access. Thanks!
The text was updated successfully, but these errors were encountered: