v1.1.4
Documentation
Image: docker.io/amazon/aws-alb-ingress-controller:v1.1.4
Note: This version supports EKS on Fargate with mode IP(alb.ingress.kubernetes.io/target-type: ip
)
To run aws-alb-ingress-controller itself as an Fargate based pod:
- The
--aws-vpc-id
and--aws-region
have to be specified in controller YAML. - IAM for pods should be used to grant permission for the controller, Alternatively,
AWS_ACCESS_KEY_ID
/AWS_SECRET_ACCESS_KEY
can be specified in controller YAML(not recommended for production)
Changelog since v1.1.3
New Features
9563e61 Allow load balancing algorithm to be specified
4d1f94c enhance ip mode for non-ec2 nodes
Others
9563e61 Allow load balancing algorithm to be specified
3d77b64 Merge pull request #1067 from tghaas/tghaas-doc-fix
5ce8ded Merge pull request #1079 from azweb76/patch-1
8b2d59c fix ingress example
e30318f fixup docs for load-balancer-attributes
97914ae docs: clarify security group name comes from tag