Skip to content

Commit

Permalink
add documentation for aws health check id
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatjindal committed Sep 29, 2020
1 parent 625eaf4 commit a3dc3e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/tutorials/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <health-check-id>` annotation.

Note: ExternalDNS does not support creating healthchecks, and assumes that `<health-check-id>` already exists.

## Clean up

Make sure to delete all Service objects before terminating the cluster so all load balancers get cleaned up correctly.
Expand Down

0 comments on commit a3dc3e8

Please sign in to comment.