You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@test-k-1:~# kubeadm config images pull --image-repository=registry.cn-hangzhou.aliyuncs.com/google_containers
[config/images] Pulled registry.cn-hangzhou.aliyuncs.com/google_containers/kube-apiserver:v1.22.1
[config/images] Pulled registry.cn-hangzhou.aliyuncs.com/google_containers/kube-controller-manager:v1.22.1
[config/images] Pulled registry.cn-hangzhou.aliyuncs.com/google_containers/kube-scheduler:v1.22.1
[config/images] Pulled registry.cn-hangzhou.aliyuncs.com/google_containers/kube-proxy:v1.22.1
[config/images] Pulled registry.cn-hangzhou.aliyuncs.com/google_containers/pause:3.5
[config/images] Pulled registry.cn-hangzhou.aliyuncs.com/google_containers/etcd:3.5.0-0
failed to pull image "registry.cn-hangzhou.aliyuncs.com/google_containers/coredns:v1.8.4": output: Error response from daemon: manifest for registry.cn-hangzhou.aliyuncs.com/google_containers/coredns:v1.8.4 not found: manifest unknown: manifest unknown
, error: exit status 1
To see the stack trace of this error execute with --v=5 or higher
能下载的地址是
root@test-k-1:~# docker pull registry.cn-hangzhou.aliyuncs.com/google_containers/coredns:1.8.4
1.8.4: Pulling from google_containers/coredns
Digest: sha256:6e5a02c21641597998b4be7cb5eb1e7b02c0d8d23cce4dd09f4682d463798890
Status: Image is up to date for registry.cn-hangzhou.aliyuncs.com/google_containers/coredns:1.8.4
registry.cn-hangzhou.aliyuncs.com/google_containers/coredns:1.8.4
安装最新版的k8s需要以下
多数image都有在registry.cn-hangzhou 中,但是coredns的路径不对
能下载的地址是
为什么coredns的tag,在gcr是v1.8.4 ,而同步到registry.cn-hangzhou后是1.8.4
The text was updated successfully, but these errors were encountered: