OT-CONTAINER-KIT / redis-operator

A golang based redis operator that will make/oversee Redis standalone/cluster/replication/sentinel mode setup on top of the Kubernetes.
https://ot-redis-operator.netlify.app/
Apache License 2.0
731 stars 206 forks source link

fix: sentinel should not reconcile until replication cluster ready #964

Closed drivebyer closed 3 weeks ago

drivebyer commented 3 weeks ago

Description

Fixes #522

Type of change

Checklist

Additional Context

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 11.11111% with 16 lines in your changes missing coverage. Please review.

Project coverage is 40.98%. Comparing base (d121d86) to head (412e698). Report is 63 commits behind head on master.

Files Patch % Lines
k8sutils/redis-sentinel.go 0.00% 12 Missing :warning:
k8sutils/redis-replication.go 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #964 +/- ## ========================================== + Coverage 35.20% 40.98% +5.78% ========================================== Files 19 20 +1 Lines 3213 2674 -539 ========================================== - Hits 1131 1096 -35 + Misses 2015 1505 -510 - Partials 67 73 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.