Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions release_notes/ocp-4-12-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,15 @@ The following metrics are sent through telemetry.

|===

[id="ocp-4-12-nw-aws-load-balancer-operator"]
==== AWS Load Balancer Operator

In {product-title} 4.12, the AWS Load Balancer controller now implements the Kubernetes Ingress specification for multiple matches. If multiple paths within an Ingress match a request, the longest matching path takes the precedence. If two paths still match, paths with an exact path type take precedence over a prefix path type.

The AWS Load Balancer Operator sets the `EnableIPTargetType` feature gate to `false`. The AWS Load Balancer controller disables the support for services and ingress resources for `target-type` `ip`.

The upstream version of `aws-load-balancer-controller` for an {product-title} 4.12 is v2.4.4.

[id="ocp-4-12-nw-ingress-autoscaling"]
==== Ingress Controller Autoscaling

Expand Down