-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Add master selector #777
base: master
Are you sure you want to change the base?
Add master selector #777
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #777 +/- ##
==========================================
- Coverage 32.78% 32.39% -0.39%
==========================================
Files 19 19
Lines 3233 3275 +42
==========================================
+ Hits 1060 1061 +1
- Misses 2114 2154 +40
- Partials 59 60 +1 ☔ View full report in Codecov by Sentry. |
When will this PR be applied? I'm waiting on it. |
up |
It appears to be in a Draft state at the moment. I am not sure if it is ready for review. |
Thank you for your response. I'm watching this project with great interest. very positive :) |
Inspired by this PR and developed it to create a new PR. #785 I added read-replica endpoint. |
086202c
to
bd64ecd
Compare
Thank you for your contribution. Could you please address the |
Description
A Redis client will be able to access the master node of the master-replica without sentinel client.
Redis operator adds label that indicate master node in redis cluster. and creates the service that have selector for master node. the Redis client will be able to access the master node with this the service.
the summary of the change
Related issue
#765
#453
Type of change
Checklist
Additional Context
new service "redis-replication-master"
selector items
new labels in the redis replication node