wchdai
wchdai
after upload pause3.4.1 to my local docker repo, these errors appears: execute: ./kk create cluster -f config-sample.yaml logs: ...... ERRO[18:10:37 CST] Failed to download image: 172.16.207.179:8088/kubesphere/kube-apiserver:v1.21.5: Failed to exec command:...
I think it's a problem of https://kubesphere.com.cn/docs/installing-on-linux/introduction/air-gapped-installation/ according to https://kubesphere.com.cn/docs/installing-on-linux/introduction/air-gapped-installation/ kube-apiserver & pause is not in image list, but i found ks-apiserver instead. you may need to adjust images list...
and there is another bug in https://github.com/kubesphere/ks-installer/releases/download/v3.2.0/images-list.txt kubesphere/kube-schedulerv1.19.9 should be: kubesphere/kube-schedulerv:1.19.9
It has been fixed. but there is another bug in images-list.txt kubesphere/kubectl:v1.20.0 kubesphere/kubectl:v1.19.1 during installation, kubectl requires an image version v1.21.0 which not exists in images list. which will cause...