fawnyn 请教,我通过https://kubesphere.io/zh/docs/v3.4/quick-start/all-in-one-on-linux/这个链接步骤安装kubesphere,但是在执行这步./kk create cluster –with-kubernetes v1.22.12 –with-kubesphere v3.4.1过程中一直停留在Please wait for the installation to complete: >>—这个环节,请问是什么问题?(检查了网络并没有问题)
fawnyn smartcat999 您好,我通过查看找出是镜像下载的问题导致,我已经从本地下好镜像,但是重新操作/kk create cluster –with-kubernetes v1.22.12 –with-kubesphere v3.4.1这步还是会报镜像拉取错误,通过查看错误知道它还是在网上拉取的镜像,请问这个怎么解决?
smartcat999 fawnyn 在kk安装等待的过程中,检查下ks-console的镜像拉取策略 kubectl -n kubesphere-system get deploy ks-console -o yaml |grep imagePullPolicy
smartcat999 直接修改下,改成 imagePullPolicy: IfNotPresent kubectl -n kubesphere-system edit deploy ks-console
smartcat999 镜像的hash不对呀 https://hub.docker.com/layers/kubesphere/ks-console/v3.4.1/images/sha256-4e183c8a5e2f03547d38f03c432dc525edb6b4479021af55cd98a3056f726309?context=explore