From 73342562678730561a0687552ce2f2b6c62c716f Mon Sep 17 00:00:00 2001 From: Faheem Shaikh <54168021+faheemshaikh121010@users.noreply.github.com> Date: Wed, 15 Apr 2026 11:25:38 +0530 Subject: [PATCH] Fix typo and update comments in README Corrected a typo in the README and clarified changes made to the IAM role configuration. --- .../08-06-Deploy-ExternalDNS-on-EKS/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08-NEW-ELB-Application-LoadBalancers/08-06-Deploy-ExternalDNS-on-EKS/README.md b/08-NEW-ELB-Application-LoadBalancers/08-06-Deploy-ExternalDNS-on-EKS/README.md index d912630d..1408eb3e 100755 --- a/08-NEW-ELB-Application-LoadBalancers/08-06-Deploy-ExternalDNS-on-EKS/README.md +++ b/08-NEW-ELB-Application-LoadBalancers/08-06-Deploy-ExternalDNS-on-EKS/README.md @@ -126,7 +126,7 @@ Kalyans-Mac-mini:08-06-ALB-Ingress-ExternalDNS kalyanreddy$ ```yaml eks.amazonaws.com/role-arn: arn:aws:iam::180789647333:role/eksctl-eksdemo1-addon-iamserviceaccount-defa-Role1-JTO29BVZMA2N ``` -### Chnage-2: Line 55, 56: Commented them +### Change-2: Line 55, 56: Commented them - We used eksctl to create IAM role and attached the `AllowExternalDNSUpdates` policy - We didnt use KIAM or Kube2IAM so we don't need these two lines, so commented ```yaml