Skip to content

Commit 0ba5bf0

Browse files
guessigeoffcline
andauthored
Clarify support state for IngressClassParams (#1080)
* Clarify support state for `IngressClassParams` * update link type --------- Co-authored-by: Geoffrey Cline <[email protected]>
1 parent 9019284 commit 0ba5bf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

latest/ug/automode/auto-configure-alb.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ The table below is a quick reference for commonly used configuration options.
202202
== Considerations
203203

204204
* You cannot use Annotations on an IngressClass to configure load balancers with EKS Auto Mode.
205+
* You cannot set link:elasticloadbalancing/latest/APIReference/API_ListenerAttribute.html["ListenerAttribute",type="documentation"] with EKS Auto Mode.
205206
* You must update the Cluster IAM Role to enable tag propagation from Kubernetes to {aws} Load Balancer resources. For more information, see <<tag-prop>>.
206207
* For information about associating resources with either EKS Auto Mode or the self-managed {aws} Load Balancer Controller, see <<migration-reference>>.
207208
* For information about fixing issues with load balancers, see <<auto-troubleshoot>>.
@@ -217,7 +218,7 @@ The following tables provide a detailed comparison of changes in IngressClassPar
217218
| `elbv2.k8s.aws/v1beta1` | `eks.amazonaws.com/v1` | API version change
218219
| `spec.certificateArn` | `spec.certificateARNs` | Support for multiple certificate ARNs
219220
| `spec.subnets.tags` | `spec.subnets.matchTags` | Changed subnet matching schema
220-
| `spec.listeners.listenerAttributes` | `spec.listeners.attributes` | Simplified attribute naming
221+
| `spec.listeners.listenerAttributes` | Not supported | Not yet supported by EKS Auto Mode
221222
|===
222223

223224
=== Ingress annotations

0 commit comments

Comments
 (0)