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

build: add support for other container engines #947

Closed montaguethomas closed 1 month ago

montaguethomas commented 1 month ago

Description

Add support for other container engines (podman); still defaults to docker.

Type of change

Checklist

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 38.96%. Comparing base (d121d86) to head (1e601f6). Report is 53 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #947 +/- ## ========================================== + Coverage 35.20% 38.96% +3.76% ========================================== Files 19 20 +1 Lines 3213 2728 -485 ========================================== - Hits 1131 1063 -68 + Misses 2015 1594 -421 - Partials 67 71 +4 ```

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