dragonflydb / dragonflydb/dragonfly-operator
Add support for `--cluster_announce_ip`
Open
- Dominant language
- Go
- Stars
- 357
- Forks
- 111
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.