Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 543 Bytes

mysqlha.md

File metadata and controls

27 lines (12 loc) · 543 Bytes

Helm 安装 MySQL HA

配置

mysqlha.yaml 参考文档 incubator/mysqlha/README.md#configuration

  • 替换 xtraBackupImage 镜像

执行安装

helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/

# V2
helm install --name mysqlha -f ./files/mysqlha.yaml incubator/mysqlha

# V3
helm install mysqlha -f ./files/mysqlha.yaml incubator/mysqlha