首页 > 其他 > 详细

ansible和helm

时间:2021-07-07 10:25:25      阅读:37      评论:0      收藏:0      [点我收藏+]

一、helm3

1、报错如下:

[root@master todo]# helm search repo mysql
Error: no repositories configured

原因:没有配置helm chart仓库

2、配置helm chart 仓库

添加存储库:
helm repo add stable http://mirror.azure.cn/kubernetes/charts
helm repo add aliyun https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
helm repo update

3、查看配置的存储库:

helm repo list
helm search repo stable

4、删除存储库:

helm repo remove aliyun

5、删除chart

helm delete chartname

  

ansible和helm

原文:https://www.cnblogs.com/wuchangblog/p/14979577.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!