v2.4.7
v2.4.7 (requires Kubernetes 1.19+)
Documentation
Image: public.ecr.aws/eks/aws-load-balancer-controller:v2.4.7
Thanks to all our contributors! 😊
Action Required
🚨 🚨 🚨 We've updated the reference IAM policies to explicitly add the AddTag
permission for creating load balancer and listener resources. We recommend updating your controller IAM policies with the new permissions for existing installations as well.
Whats new
- This patch release updates the controller to use discovery.k8s.io/v1 version of EndpointSlice for compatibility with k8s 1.25 and later releases. Starting this patch release, the controller will be able to support EndpointSlice in k8s 1.21 and later clusters only.
- We have also updated the reference IAM policies to explicitly allow the AddTag permission for the ELBv2
CreateTargetGroup
andCreateLoadBalancer
. You will have to update the existing controller IAM permissions if you encounter the AccessDenied errors for the elbv2 APIs