Merge pull request #2498 from georgebuckerfield/cloudfront-alias-records

Add the canonical hosted zone for Cloudfront
This commit is contained in:
Kubernetes Prow Robot 2022-01-26 01:14:26 -08:00 committed by GitHub
commit 7c19423500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,6 +119,8 @@ var (
"elb.af-south-1.amazonaws.com": "Z203XCE67M25HM",
// Global Accelerator
"awsglobalaccelerator.com": "Z2BJ6XQ5FK7U4H",
// Cloudfront
"cloudfront.net": "Z2FDTNDATAQYW2",
}
)