github kubernetes-sigs/aws-load-balancer-controller v2.0.0-rc2

latest releases: v2.7.2, v2.7.1, v2.7.0...
pre-release3 years ago

Warning: This is not a production release, please don't use it in production !

  1. The purpose of this release is to gather early feedbacks about the APIs and usage.
  2. If you have find issues or feedbacks, please create an issue with [V2] in title.
  3. It's backwards compatible with aws-alb-ingress-controller:v1.1.3+.

Documentation (detailed documentation about new features coming soon)

Image: docker.io/amazon/aws-alb-ingress-controller:v2.0.0-rc2

Install Instructions:

Install CertManager

we now have a pod webhook to automatically inject pod readinessGates, we'll offer a option to install without CertManager in our helm charts

  • For Kubernetes 1.16+: kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.0.2/cert-manager.yaml
  • For Kubernetes <1.16: kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.0.2/cert-manager-legacy.yaml

Install the Controller

  1. change your-cluster-name to be real clusterName in https://github.com/kubernetes-sigs/aws-alb-ingress-controller/blob/v2.0.0/config/samples/install_v2_0_0_rc2.yaml#L485
  2. apply the yaml

Changelog since v2.0.0-rc1

  1. added auto ACM certificate discovery for Ingress hosts.(#1458)
  2. added mutating/validating webhook for TargetGroupBinding CRD(#1450)
  3. Fix two bug during securityGroup reconcile(#1459)
    • IPv6 CIDR is incorrectly handled in model deployer.
    • added retry without cache if securityGroup cache is out-dated.
  4. make container run as non-root and redact OIDC info in logs(#1451)
  5. we now offer a more restricted IAM permission: https://github.com/kubernetes-sigs/aws-alb-ingress-controller/blob/v2_ga/docs/install/iam_policy.json

Don't miss a new aws-load-balancer-controller release

NewReleases is sending notifications on new releases.