Merge pull request #1898 from RaymondKYLiu/master

fix doc: Correct document for aws.md about route53 health check association
This commit is contained in:
Kubernetes Prow Robot 2020-12-21 14:18:25 -08:00 committed by GitHub
commit fb04daafc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -410,7 +410,7 @@ For any given DNS name, only **one** of the following routing policies can be us
## Associating DNS records with healthchecks ## Associating DNS records with healthchecks
You can configure Route53 to associate DNS records with healthchecks for automated DNS failover using You can configure Route53 to associate DNS records with healthchecks for automated DNS failover using
`external-dns.alpha.kubernetes.io/health-check-id: <health-check-id>` annotation. `external-dns.alpha.kubernetes.io/aws-health-check-id: <health-check-id>` annotation.
Note: ExternalDNS does not support creating healthchecks, and assumes that `<health-check-id>` already exists. Note: ExternalDNS does not support creating healthchecks, and assumes that `<health-check-id>` already exists.