From 7ca490283069fc2e48f18b316b8572397eebc6ea Mon Sep 17 00:00:00 2001 From: Todd Neal Date: Fri, 15 Aug 2025 09:22:36 -0500 Subject: [PATCH] document the fix related to pod identity agent The Pod Identity Agent will now only listen on the IPv4 Link Local address in an IPv4 EKS cluster to avoid issues where Pod can't reach the IPv6 address. --- latest/ug/automode/auto-change.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/latest/ug/automode/auto-change.adoc b/latest/ug/automode/auto-change.adoc index 4ddaca7a..780cbe69 100644 --- a/latest/ug/automode/auto-change.adoc +++ b/latest/ug/automode/auto-change.adoc @@ -14,6 +14,10 @@ To receive notifications of all source file changes to this specific documentati https://github.com/awsdocs/amazon-eks-user-guide/commits/mainline/latest/ug/automode/auto-change.adoc.atom ---- +== August 15, 2025 + +*Bug Fix:* The Pod Identity Agent will now only listen on the IPv4 Link Local address in an IPv4 EKS cluster to avoid issues where the Pod can't reach the IPv6 address. + == August 6, 2025 *Feature:* Added new configuration on the NodeClass `spec.advancedNetworking.associatePublicIPAddress` which can be used to prevent public IP addresses from being assigned to EKS Auto Mode Nodes