Skip to content

Commit

Permalink
HA with embedded SQLite is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
rmweir committed Jul 30, 2024
1 parent fee5b58 commit dce310c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vcluster/deploy/topologies/high-availability.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dce310c

Please sign in to comment.