v2.7.0 (requires Kubernetes 1.22+)
Documentation
Image: public.ecr.aws/eks/aws-load-balancer-controller:v2.7.1
Thanks to all our contributors! 😊
Enhancement and Fixes
- introduced caches for ELB resource tags. Which shall improve Ingress/Service reconcile performance when there are large number of ALB/NLBs in VPC. (Note, if the controller have internet access, enable feature flag
EnableRGTAPI
shall provide even better performance) - Added ability to configure ServiceTargetENISGTags in helm charts.
Changelog since v2.7.0
- cut v2.7.1 release (#3566, @M00nF1sh)
- log enhancement for enabling RGT API (#3564, @oliviassss)
- Add a note to recommend to use compatible chart and image versions (#3559, @shraddhabang)
- update helm chart for ServiceTargetENISGTags and README (#3558, @oliviassss)
- cache ELB resource tags to reduce API calls (#3550, @M00nF1sh)