Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for --cluster_announce_ip #267

Open
applike-ss opened this issue Dec 3, 2024 · 2 comments
Open

Add support for --cluster_announce_ip #267

applike-ss opened this issue Dec 3, 2024 · 2 comments

Comments

@applike-ss
Copy link

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: redis/lettuce#1736).

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

@Pothulapati
Copy link
Collaborator

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.

@applike-ss
Copy link
Author

applike-ss commented Dec 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants