-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
执行 ./ezdown -D后无法下载easzlab/kubeasz:3.6.1 #1385
Comments
我也想知道,在目前国内大部分镜像站都关闭的情况下,如何方便的下载镜像,求大神告知,感谢 |
国内的docker镜像加速都没用了,目前只能通过梯子代理下载了。 |
好工具分享: https://github.com/wukongdaily/DockerTarBuilder 各位可以fork这个项目,借助github action,完成镜像离线包的下载 |
其实可以给个 option来增加docker-mirror的地址,现在的-m只能用来配置是不是CN以决定下载docker安装包的地址而已.如果作者不改的话,我建议各位自己修改ezdown这个bash脚本,替换daemon.json里的docker-mirror的部分即可. |
@EVE-Molok 你好,目前中国已经无法使用dockerhub,我们后期会考虑将镜像同步至国内镜像仓库,同时这里给出以下几种解决办法
|
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
What happened? 发生了什么问题?
[root@vm-1718177269 kubeasz-3.6.1]# ./ezdown -D
2024-06-22 18:38:16 INFO Action begin: download_all
2024-06-22 18:38:16 WARN docker binaries already existed
2024-06-22 18:38:19 WARN docker is already running.
2024-06-22 18:38:19 INFO downloading kubeasz: 3.6.1
3.6.1: Pulling from easzlab/kubeasz
f56be85fc22e: Retrying in 1 second
ea5757f4b3f8: Retrying in 1 second
bd0557c686d8: Retrying in 1 second
37d4153ce1d0: Retrying in 1 second
b39eb9b4269d: Retrying in 1 second
a3cff94972c7: Retrying in 1 second
4f7f893dc9cc: Retrying in 1 second
error pulling image configuration: download failed after attempts=6: dial tcp 202.53.137.209:443: i/o timeout
2024-06-22 18:41:32 DEBUG run a temporary container
Unable to find image 'easzlab/kubeasz:3.6.1' locally
3.6.1: Pulling from easzlab/kubeasz
f56be85fc22e: Retrying in 1 second
ea5757f4b3f8: Retrying in 1 second
bd0557c686d8: Retrying in 1 second
37d4153ce1d0: Retrying in 1 second
b39eb9b4269d: Retrying in 1 second
a3cff94972c7: Retrying in 1 second
4f7f893dc9cc: Retrying in 1 second
docker: error pulling image configuration: download failed after attempts=6: dial tcp 31.13.94.36:443: i/o timeout.
See 'docker run --help'.
2024-06-22 18:44:44 ERROR failed.
What did you expect to happen? 期望的结果是什么?
此时根据脚本里面的命令,应该是docker pull easzlab/kubeasz:3.6.1命令(版本为变量),但无法下载
How can we reproduce it (as minimally and precisely as possible)? 尽可能最小化、精确地描述如何复现问题
我尝试更换了其他的镜像仓库也无济于事
Anything else we need to know? 其他需要说明的情况
No response
Kubernetes version k8s 版本
Kubeasz version
OS version 操作系统版本
Linux vm-1718177269.06.novalocal 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
centos7.6版本
Related plugins (CNI, CSI, ...) and versions (if applicable) 其他网络插件等需要说明的情况
The text was updated successfully, but these errors were encountered: