Cluster node does not update announcing ip after move
Describe the bug
Reported cluster node ips via cluster nodes are not in sync with the actual ips.
Steps to reproduce the bug
- Create cluster on k8s
- Move pod to new node
-
redis-cli ... cluster nodes
Expected behavior
No response
Screenshots
No response
Release version
No response
IDE
No response
OS version
No response
Additional context
The cluster is running ipv6
Sorry for the delayed response. It must be that the new pod acquires a new IP. The solution for now will be to use --clean-cluster-config flag. This way the cluster config for the pod will be generated from scratch but you will have to re-initiate meet for that node. Can you try this and let us know if that works?
Another solution would be for kubernetes to rely on dns hostname instead of IPs like proposed in #741
Sorry for the delayed response. It must be that the new pod acquires a new IP. The solution for now will be to use --clean-cluster-config flag. This way the cluster config for the pod will be generated from scratch but you will have to re-initiate meet for that node. Can you try this and let us know if that works?
I am wondering if the above helped somehow?