赞
踩
1. 下载helm-3.4.1
#wget https://get.helm.sh/helm-v3.4.1-linux-amd64.tar.gz
2. 添加chart仓库
#helm repo add stable https://charts.helm.sh/stable
3.更新chart列表
#helm repo update
4. 使用helm安装mysql
#helm install stable/mysql --generate-name
5. 查看mysql是否成功安装
- #helm ls
- NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
- mysql-1606037077 default 1 2020-11-22 09:24:41.552780163 +0000 UTC deployed mysql-1.6.9 5.7.30
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。