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
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
hi ,when i use redis5.0.4 to create cluster in k8s. meet gossip error.
when redis-cli --cluster create *** command, connect node with 172.20.17.0:16379 in log.
is 172.20.17.0 a network address not node ip 172.20.17.34. so i use node nodeSelector to bind all my redis instance to a single node is ok .
how can i solve this issue? thanks .
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
redis5.0.4 problem with GOSSIP
hi ,when i use redis5.0.4 to create cluster in k8s. meet gossip error.
when redis-cli --cluster create *** command, connect node with 172.20.17.0:16379 in log.
is 172.20.17.0 a network address not node ip 172.20.17.34. so i use node nodeSelector to bind all my redis instance to a single node is ok .
how can i solve this issue? thanks .
The text was updated successfully, but these errors were encountered: