赞
踩
二进制版本安装
wget https://get.helm.sh/helm-v3.8.2-linux-amd64.tar.gz
tar -zxvf helm-v3.8.2-linux-amd64.tar.gz
mv linux-amd64/helm /usr/bin/ # 注意 mv /usr/local/bin/ 不生效
echo 'source <(helm completion bash)' >> /etc/profile
. /etc/profile
helm version
添加存储库
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 list
helm search repo stable
删除存储库
helm repo remove aliyun
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。