创建部署问题时,请参考下面模板,你提供的信息越多,越容易及时获得解答。如果未按模板创建问题,管理员有权关闭问题。
确保帖子格式清晰易读,用 markdown code block 语法格式化代码块。
你只花一分钟创建的问题,不能指望别人花上半个小时给你解答。
操作系统信息
例如:虚拟机,Centos7.9,4C/8G
问题是什么
执行 ./kk artifact export -m manifest.yaml -o kubesphere.tar.gz
下载 centos7-rpms-amd64 报错
Failed to download centos-7-amd64.iso iso file: curl -L -o /home/devops/kubekey/centos-7-amd64.iso https://github.com/kubesphere/kubekey/releases/download/v3.0.10/centos7-rpms-amd64.iso error: exit status 7
09:25:58 CST failed: [LocalHost]
error: Pipeline[ArtifactExportPipeline] execute failed: Module[RepositoryModule] exec failed:
failed: [LocalHost] [DownloadISOFile] exec failed after 1 retries: Failed to download centos-7-amd64.iso iso file: curl -L -o /home/devops/kubekey/centos-7-amd64.iso https://github.com/kubesphere/kubekey/releases/download/v3.0.10/centos7-rpms-amd64.iso error: exit status 7
我已经手动下载 centos7-rpms-amd64.iso 如何传到工作目录中 ?