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

Support cluster with hostname in incoming redis 7

Open ahiaht opened this issue 2 years ago • 1 comments

Is there any plan to support incoming redis 7 cluster with hostname support (as specified in https://github.com/redis/redis/pull/9530) ? This will be a great improvement for redis cluster in k8s.

ahiaht avatar Mar 30 '22 06:03 ahiaht

https://github.com/OT-CONTAINER-KIT/redis-operator/blob/master/k8sutils/redis.go (line 29) In the code, the cluster create command is configured as podip when configuring the cluster. We confirmed that cluster creation is possible with DNS using deployment and headless service with redis 7 image. Do you plan to add more in the future?

zmrdltl avatar Apr 14 '22 05:04 zmrdltl