spotahome / redis-operator

Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
Apache License 2.0
1.5k stars 356 forks source link

Fixes to avoid operator conflict with the sentinel in choosing master #536

Closed dinesh-murugiah closed 1 year ago

dinesh-murugiah commented 1 year ago

Fixes # .

Changes proposed on the PR:

samof76 commented 1 year ago

Great, looks good. @ese please review.

ese commented 1 year ago

Thanks! I think is more reliable way to ensure redis-operator acts when it have to do. Since GetMinimumRedisPodTime is no longer used we should remove it.