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

Migrate shell scripts in ot-redis into current repository #766

Open drivebyer opened 5 months ago

drivebyer commented 5 months ago

Is your feature request related to a problem? Please describe. As of now, we have two repositories available for setting up a Redis cluster on Kubernetes: OT-CONTAINER-KIT/redis-operator and OT-CONTAINER-KIT/redis. Within the OT-CONTAINER-KIT/redis repository, we maintain a script at entrypoint.sh, which serves as the Dockerfile entrypoint. The logic of this script is tightly integrated with the code in the OT-CONTAINER-KIT/redis-operator repository.

Describe the solution you'd like

We can use container's Command filed to overwrite the ENTRYPOINT settting in dockerfile.

Describe alternatives you've considered

What version of redis-operator are you using?

redis-operator version:

Additional context

shubham-cmyk commented 4 months ago

I think this must be done