Helm chart仓库官方仓库不能使用解决方法

Helm chart仓库官方仓库不能使用解决方法

k8s中的官方helm chart仓库在国内可能使用不了,但是我们又需要使用,这里推荐几个方法。
  1. 使用其他的chart仓库

    1. 微软的chart仓库 http://mirror.azure.cn/kubernetes/charts/ 这个仓库强烈推荐,基本上官网有的chart这里都有。

    2. 阿里的cahrt仓库,网址https://developer.aliyun.com/hub#/?_k=bfaiyc helm repo add apphub https://apphub.aliyuncs.com/

    3. Kubeapps Hub https://hub.kubeapps.com/charts/incubator 官方chart仓库,国内有点不好使

  2. 找一台海外的中转机自己做一个梯子,将官方的chart仓库拖下来,然后自己搭建一个私有的chart仓库。 参考: https://github.com/BurdenBear/kube-charts-mirror

原文地址:https://www.cnblogs.com/heaven-xi/p/11207528.html