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

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-rc1

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_rc1.yaml#L452
  2. apply the yaml

Changelog since v2.0.0-rc0

  1. Fixed several bugs around SecurityGroup handling.
  2. Added support for WAFRegional/WAFV2/Shield
  3. Added a webhook to automatically inject Pod readinessGate

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

NewReleases is sending notifications on new releases.