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 #988

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 57.14286% with 3 lines in your changes missing coverage. Please review.

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

Files Patch % Lines
controllers/redisreplication_controller.go 60.00% 2 Missing :warning:
controllers/rediscluster_controller.go 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #988 +/- ## ========================================== + Coverage 35.20% 44.38% +9.18% ========================================== Files 19 20 +1 Lines 3213 2672 -541 ========================================== + Hits 1131 1186 +55 + Misses 2015 1414 -601 - Partials 67 72 +5 ```

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