写点什么

helm v2 公共源大全

作者:ghostwritten
  • 2022 年 5 月 10 日
  • 本文字数:390 字

    阅读完需:约 1 分钟

helm v2 公共源大全

注意:部分已过期


阿里云


helm repo add ali-incubator     https://aliacs-app-catalog.oss-cn-hangzhou.aliyuncs.com/charts-incubator/  helm repo add ali-stable    https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts  
复制代码


Git Pages 镜像


helm repo add stable https://burdenbear.github.io/kube-charts-mirror/
复制代码


官方镜像源


helm repo add stable https://charts.helm.sh/stable
复制代码


微软库


helm repo add stable http://mirror.azure.cn/kubernetes/charts/
复制代码


google 仓库


helm repo add stable https://kubernetes-charts-incubator.storage.googleapis.com/
复制代码


微软仓库


helm repo add stable http://mirror.azure.cn/kubernetes/charts/helm repo add incubator http://mirror.azure.cn/kubernetes/charts-incubator/
复制代码


#更新仓库


helm repo update
复制代码


查看库


helm repo listhelm search repo stable
复制代码


删除库删除存储库:


helm repo remove aliyu
复制代码


发布于: 2022 年 05 月 10 日阅读数: 21
用户头像

ghostwritten

关注

改变中国 2018.11.14 加入

虚心好学,勤奋努力,为中华之崛起而读书。

评论

发布
暂无评论
helm v2 公共源大全_Kubernetes_ghostwritten_InfoQ写作社区