Kubernets【HELM】.md 628 B


notion-id: 6cd8c660-5694-43e0-be1d-a5a54e69c0

https://helm.sh/zh/ ![[Untitled 2-7.png]] ![[Untitled 3-6.png]] ![[Untitled 4-6.png]]

动态渲染参数

![[Untitled 5-4.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>