dragonfly-operator icon indicating copy to clipboard operation
dragonfly-operator copied to clipboard

Add support for `--cluster_announce_ip`

Open applike-ss opened this issue 1 year ago • 2 comments

When using cluster_mode emulated it makes sense to set the --cluster_announce_ip (maybe in native mode as well?).

I would like to see this supported in the operator. It might break client libraries to not have this set up for e.g. the java library lettuce (see: https://github.com/redis/lettuce/issues/1736).

I assume it should be easy to set up from within the operator using POD_IP references?

applike-ss avatar Dec 03 '24 08:12 applike-ss

Hey,

For your specific usecase, Why can't you pass the --cluster_announce_ip arguement directly from the args field in the Dragonfly CR? We dont have plans to support cluster mode in Dragonfly Operator in the near future.

Pothulapati avatar Dec 11 '24 08:12 Pothulapati

For setting a cluster announce ip i would need to know this ip, however it would be the ip of the service that the dragonfly operator creates. So it is unknown prior creation of the CR

applike-ss avatar Dec 11 '24 08:12 applike-ss