TimeBye / kubeadm-ha

kubeadm-ha 使用 kubeadm 进行高可用 kubernetes 集群搭建,利用 ansible-playbook 实现自动化安装,既提供一键安装脚本,也可以根据 playbook 分步执行安装各个组件。
Other
595 stars 297 forks source link

镜像拉取失败——registry.aliyuncs.com/kubeadm-ha/pause:3.9 #144

Closed changeflyhigh closed 9 months ago

changeflyhigh commented 9 months ago

缺陷描述

registry.aliyuncs.com/kubeadm-ha/pause:3.9 镜像拉取失败

crictl pull registry.aliyuncs.com/kubeadm-ha/pause:3.9

[root@node2 ~] {17:01:38} (1)

crictl images

IMAGE TAG IMAGE ID SIZE registry.aliyuncs.com/kubeadm-ha/nginx 1.25-alpine 01e5c69afaf63 18MB registry.aliyuncs.com/kubeadm-ha/pause 3.0 5fbdc14c118c3 313kB

清晰而简明的描述缺陷是什么。 registry.aliyuncs.com/kubeadm-ha/pause:3.9 镜像拉取失败

环境 (请填写以下信息):

执行下面括号中的命令,提交返回结果

CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7"

如何复现

复现的步骤:

crictl pull registry.aliyuncs.com/kubeadm-ha/pause:3.9
  1. 出现错误
    E1207 17:01:38.404862    6157 remote_image.go:171] "PullImage from image service failed" err="rpc error: code = NotFound desc = failed to pull and unpack image \"registry.aliyuncs.com/kubeadm-ha/pause:3.9\": failed to copy: httpReadSeeker: failed open: could not fetch content descriptor sha256:e6f1816883972d4be47bd48879a08919b96afcd344132622e4d444987919323c (application/vnd.docker.container.image.v1+json) from remote: not found" image="registry.aliyuncs.com/kubeadm-ha/pause:3.9"
    FATA[0001] pulling image: rpc error: code = NotFound desc = failed to pull and unpack image "registry.aliyuncs.com/kubeadm-ha/pause:3.9": failed to copy: httpReadSeeker: failed open: could not fetch content descriptor sha256:e6f1816883972d4be47bd48879a08919b96afcd344132622e4d444987919323c (application/vnd.docker.container.image.v1+json) from remote: not found 

预期结果

能正常拉取镜像 registry.aliyuncs.com/kubeadm-ha/pause:3.9

图片

如果可以的话,添加屏幕截图来帮助解释你的问题。

其他事项

在此处添加有关该问题的任何其他事项。

TimeBye commented 9 months ago

阿里云杭州区容器镜像服务的问题,请等待修复

TimeBye commented 9 months ago

已可正常拉取镜像