Skip to content

Improved redis sentinel documentation for EE

Gabriel Mazetto requested to merge doc/sentinel-ee into master

What does this MR do?

Updates Redis Sentinel documentation (most Omnibus stuff).

Are there points in the code the reviewer needs to double check?

Grammar / Documentation

Why was this MR needed?

After this https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1000 get merged, people will need to follow new instructions.

Checklist

  • Documentation follows Sentinel best-practices:
    • Suggests amount of sentinel nodes
    • Suggests amount of redis nodes
    • Suggests quorum value according to recomended amount of sentinel nodes
    • Describes how to define quorum according to best-practices
    • Lists ports and firewall checklist
  • Following Documentation bring us to a working environment
  • Documentation is clear and have no gramatical issue

Merge request reports