pod-infrastructure:latest镜像下载失败

Posted wangjq19920210

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pod-infrastructure:latest镜像下载失败相关的知识,希望对你有一定的参考价值。

报错一:image pull failed for registry.access.redhat.com/rhel7/pod-infrastructure:latest, this may be because there are no credentials on this request.  details: (open /etc/docker/certs.d/registry.access.redhat.com/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.com/rhel7/pod-infrastructure:latest

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

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

以上是关于pod-infrastructure:latest镜像下载失败的主要内容,如果未能解决你的问题,请参考以下文章

使用k8s创建容器一直处于ContainerCreating状态

docker搭建了私有仓库,却从谷歌下载镜像的问题???