Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 376 Bytes

File metadata and controls

17 lines (11 loc) · 376 Bytes

部署方案

Docker Compose

docker-compose up -d

k8s

helm install matrixdl ./matrixdl-chart

持久化

目前简单地使用 ./data 目录是用来放 OpenGauss 镜像里弄出来的数据库数据,这个目录内容需要预先准备,详情参考 xy3的方案