Helm v3.1.2 安装使用
下载Helm wget https://get.helm.sh/helm-v3.1.2-linux-amd64.tar.gz # 解压下载 helm tar -xvf helm-v3.1.2-linux-amd64.tar.gz # 放到 /bin目录 cd linux-amd64/ mv helm /bin/ Helm 源添加 #微软的 helm repo add stable http://mirror.azure.cn/kubernetes/charts helm repo add incubator http://mirror.azure.cn/kubernetes/charts-incubator helm repo add svc-cat http://mirror.azure.cn/kubernetes/svc-catalog-charts # 私有仓库源 以私有harbor helm-charts 为参考 helm repo add --username=admin --password=Harbor12345 myrepo https://域名/chartrepo/ #具体的项目地址 helm repo add --username=admin --password=Harbor12345 library https://域名/chartrepo/library