You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: