当前位置:   article > 正文

Helm安装_helm-v3.8.2-linux-arm.tar.gz.asc

helm-v3.8.2-linux-arm.tar.gz.asc

Installation and Upgrading

二进制版本安装

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
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

配置国内Chart仓库

  • 微软仓库(http://mirror.azure.cn/kubernetes/charts/)
  • 阿里云仓库(https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts)
  • 官方仓库(https://hub.kubeapps.com/charts/incubator)

添加存储库

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
  • 1
  • 2
  • 3

查看存储库配置

helm repo list
helm search repo stable
  • 1
  • 2

删除存储库

helm repo remove aliyun
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/246720
推荐阅读
相关标签
  

闽ICP备14008679号