wget https://get.helm.sh/helm-v3.2.0-linux-amd64.tar.gz2.解压
tar -zxvf helm-v3.2.0-linux-amd64.tar.gz3.拷贝
cp linux-amd64/helm /usr/local/bin4.验证
[root@master ~]# helm version version.BuildInfo{Version:"v3.2.0", GitCommit:"e11b7ce3b12db2941e90399e874513fbd24bcb71", GitTreeState:"clean", GoVersion:"go1.13.10"}5.添加 chart 源
helm repo add aliyuncs https://apphub.aliyuncs.com help repo update6.查询当前集群有哪些 chart 库
helm repo list
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)