From 8c8ca188e21f8770f78ecf726bd0ae1700eca064 Mon Sep 17 00:00:00 2001 From: Neeraj Gartia <80708727+NeerajGartia21@users.noreply.github.com> Date: Thu, 7 Sep 2023 14:40:40 +0530 Subject: [PATCH] Update docs/platform-engineers/system-operation/high-availability.md Co-authored-by: qiaozp <47812250+chivalryq@users.noreply.github.com> Signed-off-by: Neeraj Gartia --- docs/platform-engineers/system-operation/high-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform-engineers/system-operation/high-availability.md b/docs/platform-engineers/system-operation/high-availability.md index ffe728b0015..38e6e96ec6e 100644 --- a/docs/platform-engineers/system-operation/high-availability.md +++ b/docs/platform-engineers/system-operation/high-availability.md @@ -39,7 +39,7 @@ kubectl scale deploy -n vela-system kubevela-cluster-gateway --replicas=3 VelaUX is an addon, it composed by 3 major parts: nginx for frontend, APIServer as backend, and its database. -We strongly recommend to use high availability mongodb, mysql or postgresql cluster as the database driver. The frontend and backend are both stateless services, just configure multiple replicas for them. As a result, the high availability installation command just like below: +We strongly recommend to use high availability mongodb, mysql(beta) or postgresql(beta) cluster as the database driver. The frontend and backend are both stateless services, just configure multiple replicas for them. As a result, the high availability installation command just like below: ``` vela addon enable velaux dbType=mongodb dbURL=mongodb://:@ replicas=3