Skip to content

Commit

Permalink
Merge pull request #1549 from Reuuke/master
Browse files Browse the repository at this point in the history
External DNS should uses ALIAS for AWS Global Accelerator
  • Loading branch information
k8s-ci-robot committed Aug 20, 2020
2 parents 5783e7e + b59298e commit 84e6002
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider/aws/aws.go
Expand Up @@ -101,6 +101,8 @@ var (
"elb.us-gov-west-1.amazonaws.com": "ZMG1MZ2THAWF1",
"elb.us-gov-east-1.amazonaws.com": "Z1ZSMQQ6Q24QQ8",
"elb.me-south-1.amazonaws.com": "Z3QSRYVP46NYYV",
// Global Accelerator
"awsglobalaccelerator.com": "Z2BJ6XQ5FK7U4H",
}
)

Expand Down

0 comments on commit 84e6002

Please sign in to comment.