拉取registry.k8s.io 部分镜像失败 #92
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
通过配置containerd cert.d 配置后,拉取镜像
nerdctl pull registry.k8s.io/metrics-server/metrics-server:v0.8.0 失败
nerdctl pull registry.k8s.io/nginx 可以成功
日志
加速地址应该是这样的格式
https://proxy.lll.com/registry.k8s.io不加前缀,通过配置 docker、containerd的代理加速可以吗
我的意思就是配置里使用这个格式
同配置加速地址为
nerdctl --debug=true pull registry.k8s.io/metrics-server/metrics-server:v0.8.0
拉取镜像时,日志如下,仍然不可用
好的,有空我看下
你直接添加前缀手动拉这个镜像能可以拉吗?
nerdctl --debug=true pull proxy.lll.com/registry.k8s.io/metrics-server/metrics-server:v0.8.0
可以的, proxy.lll.com 是改过的其他域名
已修复,现在支持你最初的配置方式了,你试试
可以了
是改用最新版本后就可以了吗