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

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

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

Action Required

N/A

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_rc4.yaml#L500
  2. apply the yaml

Changelog since v2.0.0-rc3

  1. Handle TargetGroupBinding's networking changed from non-nil to nil (#1510, @M00nF1sh )
  2. Fix addons_config default values (#1497, @kishorj )
  3. Fix NLB model for supporting multiple certificate ARNs (#1503, @kishorj )
  4. Respect region settings when get SDK credentials with IAMForSA support (#1508, @M00nF1sh )
  5. Make annotation based forward action backwards-compatible when numeric port is used (#1507, @M00nF1sh )
  6. Multiple bug fixes (#1504, @M00nF1sh )
  7. Add support for specifying source ranges for NLB (#1492, @kishorj )
  8. Echo controller version at startup and remove --master flag (#1506, @M00nF1sh )
  9. Add default AWS API throttle config for WAF/WAFv2 (#1505 , @M00nF1sh )
  10. Added installation and configuration docs(#1509, @kishorj )
  11. Fix IAM permissions template (#1498, @M00nF1sh )

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

NewReleases is sending notifications on new releases.