From 6e3b02a479dba6d08b14dcec6c8d41281a1fdc7f Mon Sep 17 00:00:00 2001 From: guessi Date: Sun, 3 Aug 2025 10:12:30 +0800 Subject: [PATCH 1/2] Clarify support state for `IngressClassParams` --- latest/ug/automode/auto-configure-alb.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/latest/ug/automode/auto-configure-alb.adoc b/latest/ug/automode/auto-configure-alb.adoc index e57f797c..31adb088 100644 --- a/latest/ug/automode/auto-configure-alb.adoc +++ b/latest/ug/automode/auto-configure-alb.adoc @@ -202,6 +202,7 @@ The table below is a quick reference for commonly used configuration options. == Considerations * You cannot use Annotations on an IngressClass to configure load balancers with EKS Auto Mode. +* You cannot set https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_ListenerAttribute.html[ListenerAttribute] with EKS Auto Mode. * You must update the Cluster IAM Role to enable tag propagation from Kubernetes to {aws} Load Balancer resources. For more information, see <>. * For information about associating resources with either EKS Auto Mode or the self-managed {aws} Load Balancer Controller, see <>. * For information about fixing issues with load balancers, see <>. @@ -217,7 +218,7 @@ The following tables provide a detailed comparison of changes in IngressClassPar | `elbv2.k8s.aws/v1beta1` | `eks.amazonaws.com/v1` | API version change | `spec.certificateArn` | `spec.certificateARNs` | Support for multiple certificate ARNs | `spec.subnets.tags` | `spec.subnets.matchTags` | Changed subnet matching schema -| `spec.listeners.listenerAttributes` | `spec.listeners.attributes` | Simplified attribute naming +| `spec.listeners.listenerAttributes` | Not supported | Not yet supported by EKS Auto Mode |=== === Ingress annotations From 87ee378989d740c8177e9ef722343f9a437b1608 Mon Sep 17 00:00:00 2001 From: Geoffrey Cline Date: Mon, 4 Aug 2025 16:23:36 -0500 Subject: [PATCH 2/2] update link type --- latest/ug/automode/auto-configure-alb.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/ug/automode/auto-configure-alb.adoc b/latest/ug/automode/auto-configure-alb.adoc index 31adb088..52dda2c8 100644 --- a/latest/ug/automode/auto-configure-alb.adoc +++ b/latest/ug/automode/auto-configure-alb.adoc @@ -202,7 +202,7 @@ The table below is a quick reference for commonly used configuration options. == Considerations * You cannot use Annotations on an IngressClass to configure load balancers with EKS Auto Mode. -* You cannot set https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_ListenerAttribute.html[ListenerAttribute] with EKS Auto Mode. +* You cannot set link:elasticloadbalancing/latest/APIReference/API_ListenerAttribute.html["ListenerAttribute",type="documentation"] with EKS Auto Mode. * You must update the Cluster IAM Role to enable tag propagation from Kubernetes to {aws} Load Balancer resources. For more information, see <>. * For information about associating resources with either EKS Auto Mode or the self-managed {aws} Load Balancer Controller, see <>. * For information about fixing issues with load balancers, see <>.