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

refactor: reconcile on statefulset update #986

Closed drivebyer closed 2 weeks ago

drivebyer commented 2 weeks ago

This change makes the creation process faster, but we will monitor the StatefulSet update. It's okay because it's the best practice for the operator to reconcile.

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 55.55556% with 4 lines in your changes missing coverage. Please review.

Project coverage is 44.48%. Comparing base (d121d86) to head (6829058). Report is 69 commits behind head on master.

Files Patch % Lines
controllers/rediscluster_controller.go 50.00% 2 Missing :warning:
controllers/redisreplication_controller.go 60.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #986 +/- ## ========================================== + Coverage 35.20% 44.48% +9.28% ========================================== Files 19 20 +1 Lines 3213 2666 -547 ========================================== + Hits 1131 1186 +55 + Misses 2015 1410 -605 - Partials 67 70 +3 ```

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