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/kafka] IpFamilies and IpFamilyPolicy configurables #31456

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Yhasmina
Copy link

@Yhasmina Yhasmina commented Jan 17, 2025

Description of the change

Add the ability to configure the ipFamilyPolicy and ipFamilies in services. This is something that is needed in some environments where exists dual stack but we want to prefer just ipv6 ips, for example.

Benefits

It's possible to modify the ipFamilies and ipFamilyPolicy of all of the services of kafka deployment.

Additional information

By default the values are:

global:
  ipFamily:
  - IPv4
  ipFamilyPolicy: SingleStack

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)

@github-actions github-actions bot added kafka triage Triage is needed labels Jan 17, 2025
@github-actions github-actions bot requested a review from carrodher January 17, 2025 13:03
Yasmina Menendez added 6 commits January 17, 2025 14:19
Signed-off-by: Yasmina Menendez <[email protected]>
Signed-off-by: Yasmina Menendez <[email protected]>
Signed-off-by: Yasmina Menendez <[email protected]>
…github.com:AllotSecure/bitnami-charts into feature/yhasmina-allow-configure-ipFamily-services
@carrodher
Copy link
Member

Thank you for initiating this pull request. We appreciate your effort. This is just a friendly reminder that signing your commits is important. Your signature certifies that you either authored the patch or have the necessary rights to contribute to the changes. You can find detailed information on how to do this in the “Sign your work” section of our contributing guidelines.

Feel free to reach out if you have any questions or need assistance with the signing process.

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

Successfully merging this pull request may close these issues.

2 participants