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

feat: add redis-role label to redis replication #925

Closed drivebyer closed 1 month ago

drivebyer commented 1 month ago

Description

Fixes #765

Type of change

Checklist

Additional Context

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 39.08%. Comparing base (d121d86) to head (50f4458). Report is 45 commits behind head on master.

Files Patch % Lines
k8sutils/pod.go 0.00% 26 Missing :warning:
controllers/redisreplication_controller.go 0.00% 21 Missing :warning:
k8sutils/labels.go 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #925 +/- ## ========================================== + Coverage 35.20% 39.08% +3.88% ========================================== Files 19 20 +1 Lines 3213 2720 -493 ========================================== - Hits 1131 1063 -68 + Misses 2015 1586 -429 - Partials 67 71 +4 ```

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