1、删除默认的源

helm repo remove stable

2、增加新的国内镜像源

helm repo add stable https://burdenbear.github.io/kube-charts-mirror/
或者
helm repo add stable https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts

3、查看helm源添加情况

helm repo list

4、搜索测试

helm search mysql

5、其他

微软仓库(推荐使用):http://mirror.azure.cn/kubernetes/charts
阿里仓库:https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts

参考:https://github.com/BurdenBear/kube-charts-mirror

posted on 2019-04-10 15:05  a120608yby  阅读(11950)  评论(0编辑  收藏  举报