From dce310cc0a542f52729b99ca9ee662e705bbda09 Mon Sep 17 00:00:00 2001 From: Ricardo Weir Date: Mon, 29 Jul 2024 13:20:26 -0700 Subject: [PATCH] HA with embedded SQLite is not supported --- vcluster/deploy/topologies/high-availability.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vcluster/deploy/topologies/high-availability.mdx b/vcluster/deploy/topologies/high-availability.mdx index 7e0d9e54d..97d90a2e0 100644 --- a/vcluster/deploy/topologies/high-availability.mdx +++ b/vcluster/deploy/topologies/high-availability.mdx @@ -27,6 +27,9 @@ controlPlane: highAvailability: replicas: 3 ``` +:::info +High Availability mode is not compatible with the embedded SQLite as the backing store, which is the default backing store. You must explicitly set an alternative [backing store](../../configure/vcluster-yaml/control-plane/components/backing-store). +::: ``` vcluster create ha-tutorial --connect=false -f vcluster.yaml