创建部署问题时,请参考下面模板,你提供的信息越多,越容易及时获得解答。
你只花一分钟创建的问题,不能指望别人花上半个小时给你解答。
发帖前请点击 发表主题 右边的 预览(👀) 按钮,确保帖子格式正确。
操作系统信息
例如:虚拟机/物理机,Centos7.5/Ubuntu18.04,4C/8G
Kubernetes版本信息
例如:v18.6。单节点还是多节点。
容器运行时
例如,使用 docker/containerd,版本多少
KubeSphere版本信息: KubeSphere 3.4.1 on openEuler with Kubernetes v1.30.7
  
原系统是干净的openEuler系统,直接部署的kubeSphere
问题是什么
运行安装命令,./kk create cluster -f config-sample.yaml
这个时,老是报这个错
downloading image: kubesphere/pause:3.9
04:19:48 UTC message: [node5]
pull image failed: Failed to exec command: sudo -E /bin/bash -c “env PATH=$PATH crictl pull kubesphere/pause:3.9”
E1021 04:19:47.909606   49612 remote_image.go:180] “PullImage from image service failed” err="rpc error: code = Unknown desc = failed to pull and unpack image \“docker.io/kubesphere/pause:3.9\”: failed to resolve reference \“docker.io/kubesphere/pause:3.9\”: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed" image=“kubesphere/pause:3.9”
FATA[0000] pulling image: failed to pull and unpack image “docker.io/kubesphere/pause:3.9”: failed to resolve reference “docker.io/kubesphere/pause:3.9”: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed: Process exited with status 1
换过一次镜像源,感觉不管用,试了各种方式,都不行,大家有遇到的吗?