Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cluster node does not update announcing ip after move #640

Open
Defman opened this issue Sep 5, 2024 · 2 comments
Open

Cluster node does not update announcing ip after move #640

Defman opened this issue Sep 5, 2024 · 2 comments
Assignees

Comments

@Defman
Copy link

Defman commented Sep 5, 2024

Describe the bug

Reported cluster node ips via cluster nodes are not in sync with the actual ips.

Steps to reproduce the bug

  1. Create cluster on k8s
  2. Move pod to new node
  3. 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

@Defman Defman changed the title Cluster node does not update announcing ip after moving Cluster node does not update announcing ip after move Sep 5, 2024
@vazois
Copy link
Contributor

vazois commented Sep 24, 2024

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?

@ecyrbe
Copy link

ecyrbe commented Oct 22, 2024

Another solution would be for kubernetes to rely on dns hostname instead of IPs like proposed in #741

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants