Rke2 中,拉取不到镜像

Failed to pull image “registry.txstxjkfzcy.top/formu-ocr:tongxiang-3”: rpc error: code = Unknown desc = failed to pull and unpack image “registry.txstxjkfzcy.top/formu-ocr:tongxiang-3”: failed to resolve reference “registry.txstxjkfzcy.top/formu-ocr:tongxiang-3”: failed to do request: Head “https://registry.txstxjkfzcy.top/v2/formu-ocr/manifests/tongxiang-3”: tls: failed to verify certificate: x509: certificate is valid for ingress.local, not registry.txstxjkfzcy.top

registry.txstxjkfzcy.top为虚拟域名
rke2版本:v1.27.12-rke2r1
容器:使用默认的containerd
rke2安装路径自定义,对应参数:data-dir
镜像配置:/etc/rancher/rke2/registries.yaml
“registry.txstxjkfzcy.top”:
tls:
insecure_skip_verify: true

请问上面错误要怎么解决?

参考下官网 Containerd 镜像仓库配置 | RKE2 ,配置镜像仓库

mirrors:
  pregistry.bshcn.com.cn:
    endpoint:
      - "https://pregistry.bshcn.com.cn"
configs:
  "pregistry.bshcn.com.cn":
    tls:
      insecure_skip_verify: true

这是我的配置

之前在另一个云上安装都是好的,这个环境是redhat7.9

image
我看这个目录下已经成了这个配置

你这个仓库的镜像,你能通过 docker pull 下载这个镜像么?感觉你这 rke2 配置的没啥问题

而且,你这上面一会这个仓库,一会那个镜像地址的……

docker 可以, 我有二个环境,我仅仅示范一下配置是否对与错,或者错在哪里, 一个环境是好的,一个环境不好。如果方便可以加我微信远程帮忙看一下。微信名:xunianchong

不方便远程看,除非你购买订阅……