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

[bitnami/redis-cluster] Redis cluster update IPs #72796

Open
skyckp123 opened this issue Sep 27, 2024 · 1 comment
Open

[bitnami/redis-cluster] Redis cluster update IPs #72796

skyckp123 opened this issue Sep 27, 2024 · 1 comment
Assignees

Comments

@skyckp123
Copy link

Name and Version

bitnami/redis-cluser:7.4

What is the problem this feature will solve?

During the bootstrap., why are we updating the redis node IPs in the nodes.conf file instead of issuing redis-cli cluster meet command?

whats the advantage we are gaining over redis-cli cluster meet command?

https://github.com/bitnami/containers/blob/main/bitnami/redis-cluster/7.4/debian-12/rootfs/opt/bitnami/scripts/librediscluster.sh#L205

What is the feature you are proposing to solve the problem?

Use redis-cli cluster meet instead of update IPs.

What alternatives have you considered?

No response

@github-actions github-actions bot added the triage Triage is needed label Sep 27, 2024
@javsalgar javsalgar changed the title Redis cluster update IPs [bitnami/redis-cluster] Redis cluster update IPs Sep 30, 2024
@javsalgar
Copy link
Contributor

Hi,

This was because the command was causing issues in Kubernetes installations, where the IPs are ephemeral and we needed to update them this way.

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

No branches or pull requests

2 participants