-
-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Sentinel - support hostname resolve and annonce #1247
feat: Sentinel - support hostname resolve and annonce #1247
Conversation
baa9a65
to
5b60bc7
Compare
+1 for this I tested this PR, and it works well on my side. This is a feature we would love to see included in the operator. Is it planned to be merged? Just few comment if I may:
|
Fix the lint check plz @mkl262 |
Signed-off-by: Michael Kanchuker <[email protected]>
5b60bc7
to
06109c9
Compare
I am working on improving the redundancy of the redis replication after some internal test. @drivebyer should be fixed |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1247 +/- ##
==========================================
+ Coverage 30.20% 34.97% +4.76%
==========================================
Files 55 49 -6
Lines 6294 5573 -721
==========================================
+ Hits 1901 1949 +48
+ Misses 4200 3452 -748
+ Partials 193 172 -21 ☔ View full report in Codecov by Sentry. |
Signed-off-by: yangw <[email protected]>
Signed-off-by: yangw <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Thank you for the clarification @mkl262 ! However, I still don't understand why additional services are being added and why the operator is given control over the master. The replicas only need to announce their hostname (headless service) via Moreover, I still don't see the use of the When I ran tests, I found that using Please let me know if I'm missing something. |
Description
This feature enables support for hostname resolution and announcing for sentinel configuration, for a more flexible configuration
Type of change
Checklist
Additional Context
An additional pull request was created in redis docker image repo to support new environment variables.
OT-CONTAINER-KIT/redis#94