diff options
| author | Tomer Eskenazi <tomeresk@gmail.com> | 2024-03-18 00:34:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-17 15:34:14 -0700 |
| commit | 77fd62f6a59a3f9389707886a9a4b414d20099ec (patch) | |
| tree | 4b811367ddb4d901a26146f1fa4bc56b5b28bcb3 | |
| parent | ca042bd067a745f5f2eda3943a98e64564f27f6a (diff) | |
| download | seaweedfs-77fd62f6a59a3f9389707886a9a4b414d20099ec.tar.xz seaweedfs-77fd62f6a59a3f9389707886a9a4b414d20099ec.zip | |
Helm chart readme - clarify details about multiple filers and datastore (#5384)
| -rw-r--r-- | k8s/charts/seaweedfs/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/k8s/charts/seaweedfs/README.md b/k8s/charts/seaweedfs/README.md index a70274df9..c13d2058f 100644 --- a/k8s/charts/seaweedfs/README.md +++ b/k8s/charts/seaweedfs/README.md @@ -30,11 +30,11 @@ so your deployment will be spread/HA. ## Prerequisites ### Database -leveldb is the default database this only supports one filer replica. +leveldb is the default database, this supports multiple filer replicas that will [sync automatically](https://github.com/seaweedfs/seaweedfs/wiki/Filer-Store-Replication), with some [limitations](https://github.com/seaweedfs/seaweedfs/wiki/Filer-Store-Replication#limitation). -To have multiple filers a external datastore is recommened. +When the [limitations](https://github.com/seaweedfs/seaweedfs/wiki/Filer-Store-Replication#limitation) apply, or for a large number of filer replicas, an external datastore is recommened. -Such as MySQL-compatible database, as specified in the `values.yaml` at `filer.extraEnvironmentVars`. +Such as MySQL-compatible database, as specified in the `values.yaml` at `filer.extraEnvironmentVars`. This database should be pre-configured and initialized by running: ```sql CREATE TABLE IF NOT EXISTS `filemeta` ( |
