admin管理员组

文章数量:1627751

报错一:image pull failed for registry.access.redhat/rhel7/pod-infrastructure:latest, this may be because there are no credentials on this request.  details: (open /etc/docker/certs.d/registry.access.redhat/redhat-ca.crt: no such file or directory)

解决方案:yum install *rhsm* -y

报错二:Failed to create pod infra container: ImagePullBackOff; Skipping pod "redis-master-jj6jw_default(fec25a87-cdbe-11e7-ba32-525400cae48b)": Back-off pulling image "registry.access.redhat/rhel7/pod-infrastructure:latest

解决方法:试试通过手动下载

docker pull registry.access.redhat/rhel7/pod-infrastructure:latest

转载于:https://wwwblogs/wangjq19920210/p/9257610.html

本文标签: 镜像PodInfrastructurelatest