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: use operator built in probe script #859

Closed drivebyer closed 3 months ago

drivebyer commented 3 months ago

Description

part of #766 .

This shell script is sourced from https://github.com/OT-CONTAINER-KIT/redis. By doing this, we can centralize the shell script management in the operator repository. This helps in separating it from https://github.com/OT-CONTAINER-KIT/redis.

Type of change

Checklist

Additional Context

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 38.92%. Comparing base (d121d86) to head (f405307). Report is 21 commits behind head on master.

Files Patch % Lines
k8sutils/statefulset.go 0.00% 12 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #859 +/- ## ========================================== + Coverage 35.20% 38.92% +3.72% ========================================== Files 19 19 Lines 3213 2654 -559 ========================================== - Hits 1131 1033 -98 + Misses 2015 1553 -462 - Partials 67 68 +1 ```

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

shubham-cmyk commented 3 months ago

Copy of https://github.com/OT-CONTAINER-KIT/redis-operator/pull/444

drivebyer commented 3 months ago

@shubham-cmyk I actually noticed this pull request, but it seems to be taking a while to get merged.