Skip to content
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

Closed
EVE-Molok opened this issue Jun 22, 2024 · 7 comments
Closed

执行 ./ezdown -D后无法下载easzlab/kubeasz:3.6.1 #1385

EVE-Molok opened this issue Jun 22, 2024 · 7 comments
Labels

Comments

@EVE-Molok
Copy link

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 版本

1.30和1.27我都尝试了

Kubeasz version

3.6.1和最新版3.6.4我都尝试过,均无法下载

OS version 操作系统版本

# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here

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) 其他网络插件等需要说明的情况

@newfzk
Copy link

newfzk commented Jun 23, 2024

我也想知道,在目前国内大部分镜像站都关闭的情况下,如何方便的下载镜像,求大神告知,感谢

@caozhengyx
Copy link

国内的docker镜像加速都没用了,目前只能通过梯子代理下载了。

@newfzk
Copy link

newfzk commented Jul 4, 2024

好工具分享: https://github.com/wukongdaily/DockerTarBuilder

各位可以fork这个项目,借助github action,完成镜像离线包的下载

@ffxgamer
Copy link

其实可以给个 option来增加docker-mirror的地址,现在的-m只能用来配置是不是CN以决定下载docker安装包的地址而已.如果作者不改的话,我建议各位自己修改ezdown这个bash脚本,替换daemon.json里的docker-mirror的部分即可.

@Hello-Linux
Copy link
Contributor

@EVE-Molok 你好,目前中国已经无法使用dockerhub,我们后期会考虑将镜像同步至国内镜像仓库,同时这里给出以下几种解决办法

从网上寻找可以继续使用的docker镜像加速地址进行尝试
使用github action进行镜像转接至国内镜像仓库比如阿里云
终极大招: 自己有梯子的话,配置docker 代理使用梯子,快速拉取docker镜像

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Aug 25, 2024
Copy link

github-actions bot commented Sep 1, 2024

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as completed Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants