Files
sa-charts/README.md
marsal wang eaa3541492 prot ''
2021-12-24 12:56:45 +08:00

42 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## nfs 安装
用于分布式存储
文档地址 https://www.yuque.com/marsal/zq3vzw/ghd64r#zPYDc
helm 包路径: ./nfs-subdir-external-provisioner
git地址https://hub.fastgit.org/kubernetes-sigs/nfs-subdir-external-provisioner/charts/nfs-subdir-external-provisioner
helm安装命令
```
helm upgrade -i nfs-client-provisioner-201 nfs-subdir-external-provisioner/ --values local-values/nfs/201.yaml
helm upgrade -i nfs-client-provisioner-207 nfs-subdir-external-provisioner/ --values local-values/nfs/207.yaml
helm upgrade -i nfs-client-provisioner-208 nfs-subdir-external-provisioner/ --values local-values/nfs/208.yaml
helm upgrade -i nfs-client-provisioner-209 nfs-subdir-external-provisioner/ --values local-values/nfs/209.yaml
```
## bitnami charts包合集
地址: https://hub.fastgit.org/bitnami/charts
dev 环境配置
```
cd mysql && helm dependency update && cd ..
helm upgrade -i mysql-crm1 mysql/ --values local-values/mysql/crm1.yaml -n crm1
cd /bitnami/mysql/
mysql -uroot -pgkxl650 zd_rescue < ./zd_rescue.sql
```
## nacos
https://hub.fastgit.org/nacos-group/nacos-k8s.git
```
helm upgrade -i nacos-crm1 nacos/ --values local-values/nacos/crm1-values.yaml -n crm1
```