安装helm

helm github

https://github.com/helm/helm/releases/tag/v3.8.0

centos

# 使用国内源
wget https://get.helm.sh/helm-v3.8.0-linux-amd64.tar.gz
tar zxf helm-v3.8.0-linux-amd64.tar.gz
chmod +x linux-amd64/helm
sudo cp linux-amd64/helm linux-amd64/tiller /usr/local/bin/

测试

## 添加官方镜像
helm repo add stable https://charts.helm.sh/stable

## 添加微软镜像
helm repo add stable http://mirror.azure.cn/kubernetes/charts/
helm repo add incubator http://mirror.azure.cn/kubernetes/charts-incubator/

helm install stable/mysql --generate-name
posted @ 2022-03-13 22:52  奔跑的兔  阅读(105)  评论(0编辑  收藏  举报