dragonflydb / dragonfly-operator

A Kubernetes operator to install and manage Dragonfly instances.
https://www.dragonflydb.io/docs/managing-dragonfly/operator/installation
Apache License 2.0
146 stars 34 forks source link

fix(operator): Enable support for IPv6 first clusters #264

Closed tomtom5152 closed 4 days ago

tomtom5152 commented 1 week ago

Replace Sprintf with JoinHostPort to support colons in IPv6 addresses.

Closes #192.

I've only just had a chance to make the changes and haven't got infrastructure in place to build and push an image outside of the main distribution channel. It compiles and runs locally.