6cd8c660-5694-43e0-be1d-a5a54e69c0https://helm.sh/zh/ ![[Notion/技术支持/Kubernetes/attachments/Untitled 2.png]] ![[Notion/技术支持/Kubernetes/attachments/Untitled 3.png]] ![[Notion/技术支持/Kubernetes/attachments/Untitled 4.png]]
![[Notion/技术支持/Kubernetes/attachments/Untitled 5.png]]
#添加微软参考
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
#删除仓库
helm repo remove <name>
#搜索
helm search repo 名称<weave>
#根据搜索内容选择安装
helm install <name> <search_name>
#自己创建chart
helm create <charts_name>