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
734 stars 207 forks source link

feat: implement redis cluster ready state #867

Closed drivebyer closed 2 months ago

drivebyer commented 2 months ago

Description

When we got ready state, the redis cluster should be healthy.

Type of change

Checklist

Additional Context

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 33 lines in your changes are missing coverage. Please review.

Project coverage is 38.34%. Comparing base (d121d86) to head (024835f). Report is 22 commits behind head on master.

Files Patch % Lines
k8sutils/redis.go 0.00% 28 Missing :warning:
controllers/rediscluster_controller.go 0.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #867 +/- ## ========================================== + Coverage 35.20% 38.34% +3.14% ========================================== Files 19 19 Lines 3213 2655 -558 ========================================== - Hits 1131 1018 -113 + Misses 2015 1569 -446 - Partials 67 68 +1 ```

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