操作系统信息
虚拟机,kylinV10
Kubernetes版本信息
v1.23.7。单节点
容器运行时
docker 20.10.8
KubeSphere版本信息
v3.2.1
问题是什么
按照教程操作
https://kubesphere.com.cn/docs/v3.3/installing-on-linux/introduction/air-gapped-installation/
由于manifest中image全是registry.cn-beijing.aliyuncs.com/kubesphereio/xxx的形式
( - registry.cn-beijing.aliyuncs.com/kubesphereio/kube-controllers:v3.20.0)
导致执行安装镜像仓库命令后(./kk init registry -f config-sample.yaml -a kubesphere.tar.gz)
镜像全部集中在kubesphereio中

随后安装集群时,发现组件镜像拉取错误

配置文件中已经设置了 namespaceOverride: “kubesphereio”
kubectl describe,显示仍然在拉取/csiplugin,而不是/kubesphereio

请问如何解决?