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] Allow option to disable hostnames usage when configuring nodes #14599

Merged
merged 2 commits into from
Feb 2, 2023

Conversation

jotamartos
Copy link
Contributor

Signed-off-by: jotamartos jotamartos@vmware.com

Description of the change

This change allows you use IPs instead of hostnames when configuring the different nodes in the deployment

Benefits

This solves the tilt mode issue reported here

Possible drawbacks

None from the tests I performed

  • Launched a new deployment with the useHostnames parameter set to false
  • Removed a secondary node and confirmed everything worked as expected
  • Removed a primary node and confirmed everything worked as expected. A new primary was selected

Applicable issues

Additional information

Checklist

  • Chart version bumped in Chart.yaml according to semver. This is not necessary when the changes only affect README.md files.
  • Variables are documented in the values.yaml and added to the README.md using readme-generator-for-helm
  • Title of the pull request follows this pattern [bitnami/<name_of_the_chart>] Descriptive title
  • All commits signed off and in agreement of Developer Certificate of Origin (DCO)

…ing nodes

Signed-off-by: jotamartos <jotamartos@vmware.com>
aoterolorenzo
aoterolorenzo previously approved these changes Jan 31, 2023
fmulero
fmulero previously approved these changes Feb 2, 2023
Copy link
Collaborator

@fmulero fmulero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

javsalgar
javsalgar previously approved these changes Feb 2, 2023
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Signed-off-by: Juan José Martos <jotamartos@gmail.com>
@jotamartos jotamartos merged commit 0343396 into main Feb 2, 2023
@jotamartos jotamartos deleted the redis-sentinel-tilt-mode branch February 2, 2023 09:23
@github-actions github-actions bot added the solved label Feb 2, 2023
nik0811 pushed a commit to nik0811/charts that referenced this pull request Feb 4, 2023
…ing nodes (bitnami#14599)

* [bitnami/redis] Allow option to disable hostnames usage when configuring nodes

Signed-off-by: jotamartos <jotamartos@vmware.com>

* Remove empty line

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Signed-off-by: Juan José Martos <jotamartos@gmail.com>

---------

Signed-off-by: jotamartos <jotamartos@vmware.com>
Signed-off-by: Juan José Martos <jotamartos@gmail.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Signed-off-by: nikhil <nikhil811raj@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bitnami redis solved verify Execute verification workflow for these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bitnami/redis] Redis sentinel enters tilt mode and dies after a time
6 participants