kubernetes helm配置国内镜像源
时间:2019-04-10 15:26:58
收藏:0
阅读:775
1、删除默认的源
helm repo remove stable
2、增加新的国内镜像源
helm repo add stable https://burdenbear.github.io/kube-charts-mirror/
3、查看helm源添加情况
helm repo list
4、搜索测试
helm search mysql
5、参考:https://github.com/BurdenBear/kube-charts-mirror
原文:https://www.cnblogs.com/a120608yby/p/10683502.html
评论(0)