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
Pods are setup on my GCP cluster but sentinel returns an error and replication between nodes is not ok.
If I try to determine which server the Redis sentinel believes is the master, I get the following :
$ kubectl exec redis-2 -c redis -- redis-cli -p 26379 sentinel get-master-addr-by-name redis
Could not connect to Redis at 127.0.0.1:26379: Connection refused
If I check sentinel logs
$ kubectl logs statefulsets/redis sentinel
Waiting for server
ping: bad address 'redis-0.redis'
And if I set foo 10 on redis-0 I don't get key on redis-2