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

feat(common): Add support for loadBalancerClass #346

Merged
merged 3 commits into from
Aug 27, 2024

Conversation

LucaDev
Copy link
Contributor

@LucaDev LucaDev commented Aug 18, 2024

Description of the change

Added

Added support for setting the loadBalancerClass introduced in Kubernetes 1.24
See: https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-class

Benefits

Allows multiple different types of LBs to be used. Also allows LBs that need a class to be set to be used. (e.g. Cilium Node IPAM See: https://docs.cilium.io/en/latest/network/node-ipam/ )

Checklist

  • Title of the PR conforms to the Conventional Commits standard.
  • Scope of the of the PR title contains the chart name.

I have not increased the chart version as I saw you're about to release 3.4.0

I have not added the variable to the values.yaml file as other variables of this depth are also not in the values yaml (e.g. loadBalancerIP)

  • Variables have been documented in the values.yaml file.

@bjw-s bjw-s changed the base branch from main to common-3.4.0 August 18, 2024 18:24
@bjw-s bjw-s force-pushed the common-3.4.0 branch 6 times, most recently from d4d1efc to f45d14e Compare August 27, 2024 11:03
@bjw-s bjw-s merged commit eda4322 into bjw-s:common-3.4.0 Aug 27, 2024
13 checks passed
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

Successfully merging this pull request may close these issues.

2 participants