You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

安装helm

wget https://get.helm.sh/helm-v3.12.0-linux-amd64.tar.gz
tar zxvf helm-v3.12.0-linux-amd64.tar.gz
cp linux-amd64/helm /usr/bin
chmod +x /usr/bin/helm
helm version

添加 chart 源

helm repo add  stable https://kubernetes-charts.storage.googleapis.com
helm repo add  aliyuncs https://apphub.aliyuncs.com
helm repo list

查询库

helm search repo aliyuncs | head -5

安装应用

helm install nginx aliyuncs/nginx



  • No labels