-
Notifications
You must be signed in to change notification settings - Fork 578
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
Add the ability to add a secondary load balancer to the control plane #4554
Comments
/triage accepted |
/assign @nrb |
/milestone v2.3.0 |
@nrb: You must be a member of the kubernetes-sigs/cluster-api-provider-aws-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your Cluster API Provider AWS Maintainers and have them propose you as an additional delegate for this responsibility. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This issue is labeled with You can:
For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/ /remove-triage accepted |
/kind feature
/assign
/priority important-soon
Describe the solution you'd like
In a lot of topologies, the control plane has a public and internal load balancer. Currently the AWSCluster CRD offers only ways to configure a single control plane.
Given the long term proposal for an AWSNetwork CRD to address the current shortcomings of AWSCluster, I'd like to propose to add a way to create and attach also a secondary load balancer, configured by the user, and limited only to NLB or ALB (aka elbv2, not classic) load balancer types.
There are a few options we can consider, currently leaning towards the first one:
SecondaryControlPlaneLoadBalancer
field alongside theControlPlaneLoadBalancer
one and take into account of the new field and behavior in the current elb scopes and reconcilers.AdditionalControlPlaneLoadBalancers
alongside theControlPlaneLoadBalancer
.ControlPlaneLoadBalancer
, given that thename
is optional.cc @richardcase @JoelSpeed @nrb
The text was updated successfully, but these errors were encountered: