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

kubekey每个发布版本需要给出一个对应的镜像版本清单manifest #2342

Open
kingwings opened this issue Aug 3, 2024 · 4 comments

Comments

@kingwings
Copy link

Your current KubeKey version

No response

Describe this feature

我使用官网给的例子安装3.4.1,https://www.kubesphere.io/zh/docs/v3.4/installing-on-linux/introduction/air-gapped-installation/#%E7%A6%BB%E7%BA%BF%E5%AE%89%E8%A3%85%E9%9B%86%E7%BE%A4
文档写的是对应的kubekey3.0.7,查看github有最新版本的3.0.13,想着是不是解决了一些问题,所以采用kk3.0.13,但是发现kk默认要求的镜像版本是不一样的,直接导致安装导入离线环境失败,我的建议是在github或者在哪里需要列一份kk版本对应的manifest清单。不然每次重试费时费力才能找到kk需要的镜像版本列表

Describe the solution you'd like

也许代码里有,看不懂

Additional information

No response

@kikispy
Copy link

kikispy commented Aug 7, 2024

+1,痛苦匹配挣扎中,需要离线安装,却摸不清楚相对版本匹配manifest清单

@pixiake
Copy link
Collaborator

pixiake commented Aug 7, 2024

Starting from kubekey v3.1.0, it supports creating manifests corresponding to the version. The following command can be use to generate the manifest corresponding to the current version:

./kk create manifest --with-kubernetes v1.28.8,1.29.7  --arch amd64  --arch arm64 --with-registry

@kikispy
Copy link

kikispy commented Aug 7, 2024

kubekey从v3.1.0开始支持创建与版本对应的manifest,可以使用以下命令生成当前版本对应的manifest:

./kk create manifest --with-kubernetes v1.28.8,1.29.7  --arch amd64  --arch arm64 --with-registry

收到,感谢,正在导出离线包测试中。

@mxf619
Copy link

mxf619 commented Dec 13, 2024

Starting from kubekey v3.1.0, it supports creating manifests corresponding to the version. The following command can be use to generate the manifest corresponding to the current version:

./kk create manifest --with-kubernetes v1.28.8,1.29.7  --arch amd64  --arch arm64 --with-registry

离线包的manifest文件中所列的镜像是x86的,使用docker pull --platform=linux/arm64下载的也是x86的镜像,registry.cn-beijing.aliyuncs.com/kubesphereio/这地址和华为云的地址镜像均没有arm版,只能想其他办法替代嘛?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants