admin管理员组

文章数量:1627760

Error syncing pod, skipping: failed to "StartContainer" for "POD" with ImagePullBackOff: "Back-off pulling image \"registry.access.redhat/rhel7/pod-infrastructure:latest\"" 
[root@master ~]#
手动下载 
[root@master ~]# docker pull registry.access.redhat/rhel7/pod-infrastructure:latest 
Trying to pull repository registry.access.redhat/rhel7/pod-infrastructure … 
open /etc/docker/certs.d/registry.access.redhat/redhat-ca.crt: no such file or directory 
[root@master ~]#
解决方法 
[root@master ~]# yum install *rhsm* -y         —-安装
Installed: 
  python-rhsm.x86_64 0:1.19.10-1.el7_4                                       python-rhsm-certificates.x86_64 0:1.19.10-1.el7_4                                     
Dependency Installed: 
  python-dateutil.noarch

本文标签: RegistryAccessquotpullingImage