From a3dc3e85797617c32146e1fa5bb4041f67e37eb3 Mon Sep 17 00:00:00 2001 From: Rajat Jindal Date: Tue, 29 Sep 2020 15:10:29 +0530 Subject: [PATCH] add documentation for aws health check id --- docs/tutorials/aws.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/tutorials/aws.md b/docs/tutorials/aws.md index e708cafe2..36705b9b4 100644 --- a/docs/tutorials/aws.md +++ b/docs/tutorials/aws.md @@ -407,6 +407,13 @@ For any given DNS name, only **one** of the following routing policies can be us * `external-dns.alpha.kubernetes.io/aws-geolocation-subdivision-code` * Multi-value answer:`external-dns.alpha.kubernetes.io/aws-multi-value-answer` +## Associating DNS records with healthchecks + +You can configure Route53 to associate DNS records with healthchecks for automated DNS failover using +`external-dns.alpha.kubernetes.io/health-check-id: ` annotation. + +Note: ExternalDNS does not support creating healthchecks, and assumes that `` already exists. + ## Clean up Make sure to delete all Service objects before terminating the cluster so all load balancers get cleaned up correctly.