KubeSphere搜索不到镜像问题解决
在阿里云控制台上一定使用这个地址而不要使用公网地址,不然依然报错。这个地址尤为重要路径不对这里虽然也能校验成功但是同样搜索不出来。镜像的下载云上传等操作阿里云上都有案例。明明docker配置了镜像加速的。为什么还是访问还不到。
·
1,直接上现象

2,查看日志ks-server
kubectl logs -n kubesphere-system ks-apiserver-6b5fb49887-p9lbt

3,疑惑?
明明docker配置了镜像加速的
{
"registry-mirrors" : ["https://docker.registry.cyou",
"https://docker-cf.registry.cyou",
"https://dockercf.jsdelivr.fyi",
"https://docker.jsdelivr.fyi",
"https://dockertest.jsdelivr.fyi",
"https://mirror.aliyuncs.com",
"https://dockerproxy.com",
"https://mirror.baidubce.com",
"https://docker.m.daocloud.io",
"https://docker.nju.edu.cn",
"https://docker.mirrors.sjtug.sjtu.edu.cn",
"https://docker.mirrors.ustc.edu.cn",
"https://mirror.iscas.ac.cn",
"https://docker.rainbond.cc",
"https://do.nark.eu.org",
"https://dc.j8.work",
"https://dockerproxy.com",
"https://gst6rzl9.mirror.aliyuncs.com",
"https://registry.docker-cn.com",
"http://hub-mirror.c.163.com",
"http://mirrors.ustc.edu.cn/",
"https://mirrors.tuna.tsinghua.edu.cn/",
"http://mirrors.sohu.com/"
],
"insecure-registries" : [
"registry.docker-cn.com",
"docker.mirrors.ustc.edu.cn"
],
"debug": true,
"experimental": false
}
为什么还是访问还不到
4,DS的解释

5,搭建阿里云的私有镜像仓库
6,在KubeSphere上创建私有仓库地址

这个地址尤为重要路径不对这里虽然也能校验成功但是同样搜索不出来

在阿里云控制台上一定使用这个地址而不要使用公网地址,不然依然报错。
镜像的下载云上传等操作阿里云上都有案例
更多推荐



所有评论(0)