ansible和helm

一、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

上一篇:第 11 章 装饰者模式


下一篇:FastDFS文件系统迁移和数据恢复