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(argo-workflows): add loadBalancerClass field for Service resources #2771

Merged
merged 5 commits into from
Sep 1, 2024

Conversation

gazal-k
Copy link
Contributor

@gazal-k gazal-k commented Jun 17, 2024

Most users of Argo Workflows may use Ingress (and soon HTTPRoute), but for those who may want to use Service of type LoadBalancer, this would be useful. The loadBalancerClass field would allow for a CloudProvider agnostic way of offloading the reconciliation for Kubernetes Service resources of type LoadBalancer to an external controller.

Checklist:

  • I have bumped the chart version according to versioning
  • I have updated the documentation according to documentation
  • I have updated the chart changelog with all the changes that come with this pull request according to changelog.
  • Any new values are backwards compatible and/or have sensible default.
  • I have signed off all my commits as required by DCO.
  • My build is green (troubleshooting builds).

Most users of ArgoCD may use `Ingress` (and soon `HTTPRoute`), but for those who may want to use `Service` of type `LoadBalancer`, this would be useful.
The `loadBalancerClass` field would allow for a `CloudProvider` agnostic way of offloading the reconciliation for Kubernetes Service resources of type `LoadBalancer` to an external controller.

Signed-off-by: Gazal Gafoor <[email protected]>
@gazal-k gazal-k force-pushed the load-balancer-class-workflows branch from 812f8a5 to b598a89 Compare June 25, 2024 09:53
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@gazal-k
Copy link
Contributor Author

gazal-k commented Aug 25, 2024

@yu-croco could you please review this? This is similar to #2769

Copy link
Collaborator

@yu-croco yu-croco left a comment

Choose a reason for hiding this comment

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

LGTM

@jmeridth jmeridth merged commit e709ba3 into argoproj:main Sep 1, 2024
6 checks passed
@gazal-k gazal-k deleted the load-balancer-class-workflows branch September 1, 2024 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants