Hi, I am trying to setup opencontrail via kubernetes and helm. All containers seem to start nicely except for the one with contrail-vrouter-compiler-centos. The pod hangs on " Back-off pulling image"
Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Pulling 20m (x822 over 2d) kubelet, management02.daphne.surfsara.nl pulling image "contrail-vrouter-compiler-centos7:4.0.1.0-25" Normal BackOff 36s (x18137 over 2d) kubelet, management02.daphne.surfsara.nl Back-off pulling image "contrail-vrouter-compiler-centos7:4.0.1.0-25" Top part of my values.yaml # hostOs - (OPTIONAL) host operating system release. Sample values "ubuntu" and "centos". Default is ubuntu hostOs: centos images: controller: "docker.io/opencontrail/contrail-controller-ubuntu16.04:4.0.1.0" analyticsdb: "docker.io/opencontrail/contrail-analyticsdb-ubuntu16.04:4.0.1.0" analytics: "docker.io/opencontrail/contrail-analytics-ubuntu16.04:4.0.1.0" kubemanager: "docker.io/opencontrail/contrail-kube-manager-ubuntu16.04:4.0.1.0" vrouterAgent: "docker.io/opencontrail/contrail-agent-ubuntu16.04:4.0.1.0" kubernetesAgent: "docker.io/opencontrail/contrail-kubernetes-agent-ubuntu16.04:4.0.1.0" vrouterCompiler: "contrail-vrouter-compiler-centos7:4.0.1.0-25" # vrouterCompiler: "192.168.68.11:5000/router-compiler-centos7:4.0.1.0-25" imagePullPolicy: "IfNotPresent" When I try to manually pull the image i get this: # docker pull contrail-vrouter-compiler-centos7:4.0.1.0-25 Error response from daemon: pull access denied for contrail-vrouter-compiler-centos7, repository does not exist or may require 'docker login' I have pulled the R4.1 Tree, running on the Kubernetes 1.8 and CentOS7 What's causing this and how can I solve this? Maarten van Ingen | Systems Expert | Distributed Data Processing | SURFsara | Science Park 140 | 1098 XG Amsterdam | | T +31 (0) 20 800 1300 | [email protected] | https://surfsara.nl | We are ISO 27001 certified and meet the high requirements for information security.
_______________________________________________ Users mailing list [email protected] http://lists.opencontrail.org/mailman/listinfo/users_lists.opencontrail.org
