[kubernetes/docker] failed to resolve reference ...:latest: not found

问题描述:

pod一直pending, kubectl describe pod ... 显示:

  Warning  Failed     9s (x3 over 63s)   kubelet            Failed to pull image "mathemagics/my-kube-scheduler": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/mathemagics/my-kube-scheduler:latest": failed to resolve reference "docker.io/mathemagics/my-kube-scheduler:latest": docker.io/mathemagics/my-kube-scheduler:latest: not found
 Warning  Failed     9s (x3 over 63s)   kubelet            Error: ErrImagePull

解决方案

参考: https://github.com/orgs/community/discussions/23606, "One thing to be aware of: The latest tag isn't automatic, you need to push it like any other tag."

总结起来:

要么给哪个image加上latest的tag,

要么在yaml声明中指定tag.

相关推荐
筑梦之路14 分钟前
k8s helm部署kafka集群(KRaft模式)——筑梦之路
云原生·容器·kubernetes
元气满满的热码式2 小时前
K8S中的Pod生命周期之容器探测
云原生·容器·kubernetes
dessler6 小时前
Docker-原理之写实复制(cow)
linux·运维·docker
gs801407 小时前
用CRD定义未来:解锁机器学习平台的无限可能
kubernetes·crd·operator·kubeflow·机器学习平台·分布式训练任务
shelby_loo9 小时前
在 Ubuntu 下通过 Docker 部署 MySQL 服务器
服务器·ubuntu·docker
云妙算11 小时前
手把手带你使用Karpenter减少K8s集群资源浪费
后端·kubernetes
寰宇软件11 小时前
Docker: 教程07 - ( 如何对 Docker 进行降级和升级)
docker·容器·eureka
小参宿12 小时前
高效绘图不再受限!本地搭建Excalidraw与随时随地高效绘制流程图教程
运维·服务器·windows·docker·centos·流程图
调包人13 小时前
k8s dashboard离线部署步骤
docker·容器·kubernetes
Rhys..14 小时前
本地导入封装的模块 在docker内报错ImportError
运维·docker·容器