国内还有能用的 helm chats 公开仓库 吗?

Rancher Server 设置

  • Rancher 版本:
  • 安装选项 (Docker install/Helm Chart):
    • 如果是 Helm Chart 安装,需要提供 Local 集群的类型(RKE1, RKE2, k3s, EKS, 等)和版本:
  • 在线或离线部署:

下游集群信息

  • Kubernetes 版本:
  • Cluster Type (Local/Downstream):
    • 如果 Downstream,是什么类型的集群?(自定义/导入或为托管 等):

用户信息

  • 登录用户的角色是什么? (管理员/集群所有者/集群成员/项目所有者/项目成员/自定义):
    • 如果自定义,自定义权限集:

主机操作系统:

问题描述:

使用helm 在线安装 rancher
使用官网给出的地址
helm repo add rancher-latest https://rancher-mirror.rancher.cn/server-charts/latest --force-update

Error: looks like “https://rancher-mirror.rancher.cn/server-charts/latest” is not a valid chart repository or cannot be reached: failed to fetch https://rancher-mirror.rancher.cn/server-charts/latest/index.yaml : 404 Not Found

重现步骤:
helm repo add rancher-latest https://rancher-mirror.rancher.cn/server-charts/latest --force-update

结果:
Error: looks like “https://rancher-mirror.rancher.cn/server-charts/latest” is not a valid chart repository or cannot be reached: failed to fetch https://rancher-mirror.rancher.cn/server-charts/latest/index.yaml : 404 Not Found
预期结果:
“rancher-latest” has been added to your repositories

截图:

其他上下文信息:

不好意思,今天在调试这个 chart,现在应该已经恢复了

1 个赞

这个可以了,又遇到了新的问题
kubectl get pods -n cattle-system

NAME READY STATUS RESTARTS AGE
rancher-756b4d88d5-j25j5 0/1 ErrImagePull 0 37s

kubectl describe pod rancher-756b4d88d5-j25j5 -n cattle-system

Failed to pull image “rancher/rancher:v2.8.5”: rpc error: code = DeadlineExceeded desc = failed to pull and unpack image “docker.io/rancher/rancher:v2.8.5”: failed to copy: httpReadSeeker: failed open: failed to do request: Get “https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/91/91a26da6b860b5b3a4507db6b30879d74f7d95edf252dce0a4cf86dd52449d74/data?verify=1721039669-J%!B(MISSING)JtKQVegK6apEaIeCFgg6H8RqI%!D(MISSING)”: dial tcp 31.13.87.19:443: i/o timeout

https://production.cloudflare.docker.com 的资源目前国内下载不下来

我应该怎么才能换成国内的镜像源呢

忽略我在 权威教程找到了