GalenGao
GalenGao
### What is version of KubeKey has the issue? 3.1.9 ### What is your os environment? 麒麟ARM ### KubeKey config file ```yaml ``` ### A clear and concise description of...
### Your current KubeKey version 3.1.9 ### Describe this feature 首先下载离线包的时候,生成个manifest,里面的镜像是- registry.cn-beijing.aliyuncs.com/kubesphereio/pause:3.9 ./kk create manifest --with-kubernetes v1.33.0 --with-registry ```yaml images: - registry.cn-beijing.aliyuncs.com/kubesphereio/pause:3.9 - registry.cn-beijing.aliyuncs.com/kubesphereio/kube-apiserver:v1.33.0 - registry.cn-beijing.aliyuncs.com/kubesphereio/kube-controller-manager:v1.33.0 - registry.cn-beijing.aliyuncs.com/kubesphereio/kube-scheduler:v1.33.0 - registry.cn-beijing.aliyuncs.com/kubesphereio/kube-proxy:v1.33.0...
### Your current KubeKey version 3.1.9 ### Describe this feature 因为kk不支持arm的habor,所以规划其中一台x86的来部署harbor,但是推送镜像的时候总是推送不上去。  ### Describe the solution you'd like 我们试过下载arm 和amd的混合离线包也有问题,纯arm的离线包也有问题 ### Additional information _No response_
### Your current KubeKey version 3.1.9 ### Describe this feature 具体部署日志如下: ```yaml 08:43:56 CST message: [host] downloading image: dockerhub.kubekey.local/kubesphereio/pause:3.9 08:43:56 CST message: [host] downloading image: dockerhub.kubekey.local/kubesphereio/kube-apiserver:v1.33.0 08:43:56 CST message: [host]...
kubespray这个离线部署里面的文档没写全么
我的环境是:docker部署的3个meta加2个data,版本是1.8.10 我经常会遇到其中一个data出现问题,我会重做,把另外一个data copy shard过来,但是这个版本稍微有点数据copy就报timeout错误。 咨询问题:我想从1.8.10升级到1.8.11如何升级,可以替换其中一个datanode节点为新版本,另外一个和Meta还是老版本,并行用着?