Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#4093 from theloneexplorerquest/Sol…
Browse files Browse the repository at this point in the history
…ve-Could-not-find-canonical-hosted-zone-for-domain-test-eks-181429080.il-central-1.elb.amazonaws.com

update to add il-central-1
  • Loading branch information
k8s-ci-robot authored and alitari committed Dec 16, 2023
1 parent b4d9b0e commit 9ea0ef0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ var canonicalHostedZones = map[string]string{
"me-central-1.elb.amazonaws.com": "Z08230872XQRWHG2XF6I",
"me-south-1.elb.amazonaws.com": "ZS929ML54UICD",
"af-south-1.elb.amazonaws.com": "Z268VQBMOI5EKX",
"il-central-1.elb.amazonaws.com": "Z09170902867EHPV2DABU",
// Network Load Balancers
"elb.us-east-2.amazonaws.com": "ZLMOA37VPKANP",
"elb.us-east-1.amazonaws.com": "Z26RNL4JYFTOTI",
Expand Down Expand Up @@ -128,6 +129,7 @@ var canonicalHostedZones = map[string]string{
"elb.me-central-1.amazonaws.com": "Z00282643NTTLPANJJG2P",
"elb.me-south-1.amazonaws.com": "Z3QSRYVP46NYYV",
"elb.af-south-1.amazonaws.com": "Z203XCE67M25HM",
"elb.il-central-1.amazonaws.com": "Z0313266YDI6ZRHTGQY4",
// Global Accelerator
"awsglobalaccelerator.com": "Z2BJ6XQ5FK7U4H",
// Cloudfront and AWS API Gateway edge-optimized endpoints
Expand Down

0 comments on commit 9ea0ef0

Please sign in to comment.