官网地址
helm2的安装
1.下载并解压
2.移动位置:cp linux-amd64/helm /usr/local/bin/helm
3.验证:helm help
4.初始化(安装Tiller):helm init --stable-repo-url=https://charts.helm.sh/stable --client-only
5.查看repo:helm repo list
6.添加阿里云repo: helm repo add aliyun https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
7.查看repo:helm repo list
helm3的安装
1.[root@kht140 helm3]# helm version
version.BuildInfo{Version:"v3.8.2", GitCommit:"6e3701edea09e5d55a8ca2aae03a68917630e91b", GitTreeState:"clean", GoVersion:"go1.17.5"}
[root@kht140 helm3]# helm repo add stable http://mirror.azure.cn/kubernetes/charts/
"stable" has been added to your repositories
[root@kht140 helm3]# helm repo list
NAME URL
stable http://mirror.azure.cn/kubernetes/charts/
[root@kht140 helm3]# helm repo add aliyun https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
"aliyun" has been added to your repositories
[root@kht140 helm3]# helm repo list
NAME URL
stable http://mirror.azure.cn/kubernetes/charts/
aliyun https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
helm repo add aliyuncs https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
helm repo add bitnami https://charts.bitnami.com/bitnami/
helm repo add azure https://mirror.azure.cn/kubernetes/charts/