This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 676
Helm Chart PVC does not allow for multiple replicas or configuration changes #3258
Comments
You chould change the updateStrategy to An change of the helm-chart to support PVC to ReadWriteMany is possible (but current no good idea, also like to change to StatefulSet with VolumneTemplate): dendrite does not support to be run multiple times, see: #2975 |
wrenix
added a commit
to wrenix/dendrite
that referenced
this issue
Feb 8, 2024
Current dendrite needs an PVC and replica of 1 is forced, so best way of update and change of configuration is to stop and start (instatt of start multiple dendrite pod with deadlock of binding pvc) see: matrix-org#3258
wrenix
added a commit
to wrenix/dendrite
that referenced
this issue
Feb 8, 2024
Current dendrite needs an PVC and replica of 1 is forced, so best way of update and change of configuration is to stop and start (instatt of start multiple dendrite pod with deadlock of binding pvc) see: matrix-org#3258 Signed-off-by: WrenIX <dev.github@wrenix.eu>
S7evinK
pushed a commit
that referenced
this issue
Feb 28, 2024
Current dendrite needs an PVC and replica of 1 is forced, so best way of update and change of configuration is to stop and start (instatt of start multiple dendrite pod with deadlock of binding pvc) see: #3258 ### Pull Request Checklist <!-- Please read https://matrix-org.github.io/dendrite/development/contributing before submitting your pull request --> * [x] I have added Go unit tests or [Complement integration tests](https://github.com/matrix-org/complement) for this PR _or_ I have justified why this PR doesn't need tests * [x] Pull request includes a [sign off below using a legally identifiable name](https://matrix-org.github.io/dendrite/development/contributing#sign-off) _or_ I have already signed off privately Signed-off-by: `Your Name <your@email.example.org>` - [x] version bump of helm Chart Signed-off-by: WrenIX <dev.github@wrenix.eu> [skip ci]
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Background information
go version
:Description
Steps to reproduce
I would expect multiple pods to be able to be launched simultaneously, but currently the PVC configuration prevents this.
I would be happy to submit a PR to address the change in the helm chart if a change is welcomed in this area.
The text was updated successfully, but these errors were encountered: