-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NE-1674: Add LB EIP Allocation for AWS
Adds implementation for the new IngressController AWS eipAllocation API. It takes the eipAllocations specified on the IngressController and propagates them to the service.beta.kubernetes.io/aws-load-balancer-eip-allocations annotation on the LB-type Service. This design requires a cluster admin to manually delete the LB-type Service in order to effectuate the eipAllocation update. Once the eipAllocations are updated in the IngressController spec, a LoadBalancerProgressing=True condition will be added to notify the cluster admin to delete the Service to effectuate the eipAllocation change. This change is being introduced under the Tech Preview SetEIPForNLBIngressController feature gate and will be later promoted to GA.
- Loading branch information
Showing
11 changed files
with
1,286 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.