Open AlievR opened 2 months ago
@AlievR i think this operator not support this function, it just mount the senltinet config file to pod. To use DNS, it need to change the config file for both sentinel nodes and redis nodes to announce the hostname, check this: https://redis.io/docs/latest/operate/oss_and_stack/management/sentinel/#ip-addresses-and-dns-names
Currently, sentinel selects a redis master based on the pod's IP address. I think this is not entirely correct; it would be more correct to use DNS names. I'm trying to do something like this:
As a result, sentinel crashes with the following error:
It is also worth noting that in crd Redis Sentinel there is no way to upload volumes. I believe that it should generally be configured this way from the start. Please help in solving this problem
redis-operator version: 0.18.0