Non clustered redis options #559
Reference in New Issue
Block a user
No description provided.
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of the change
Enable the options to use a standalone or replication non clustered Redis
Benefits
Cluster Redis requires 6 instances/pod, harder to start and explore the product.
Possible drawbacks
Might be missing updated documentation
Applicable issues
Additional information
⚠ BREAKING
Checklist
values.yaml
and added to theREADME.md
using readme-generator-for-helmREADME.md
@julienym Thanks for the request/pointer. We're currently discussing this internally and will come up with some changes/feedback in due time. Thanks for your patience.
@julienym Sorry for the long delay!
I'd say adding a non-clustered redis is in fact a good idea, as an option for non-HA deployments. Therefore I'd suggest to use the "standalone" mode with just one replica by default - so that non-HA users can enable the option and get a minimal one-pod setup.
I'd also leave all other options to the defaults of the sub-chart. Users can always change them as needed. What is important for users is mainly the general availability of the sub-chart.
Do you want to update the version and the suggested changes from above?
@pat-s Done, ran unittests and make readme too
@julienym Highly appreciate your continuing. I just skimmed over the changes. Please add unit tests to ensure correct rendering with the new options. Some useful testing scenarios:
@justusbunsi Did my best, hopefully everything is fine!
@justusbunsi Do you want to check this again so it can maybe make it into the upcoming 1.22 release?
Superseded by #672
Pull request closed