X Tutup
The Wayback Machine - https://web.archive.org/web/20200914053757/https://github.com/github/octodns/issues/419
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

route53 with healthcheck record sync issue #419

Open
ephz3nt opened this issue Nov 13, 2019 · 1 comment
Open

route53 with healthcheck record sync issue #419

ephz3nt opened this issue Nov 13, 2019 · 1 comment

Comments

@ephz3nt
Copy link

@ephz3nt ephz3nt commented Nov 13, 2019

source: route53
target: digitalocean

failover record bind healthcheck
master:
a.example.com
1.1.1.1
backup:
a.example.com
2.2.2.2

octodns will sync backup records to digitalocean DNS
Not in line with expectations
like:
a.example.com
2.2.2.2
hope:
a.example.com
1.1.1.1

@ross
Copy link
Contributor

@ross ross commented Nov 13, 2019

The DigitalOcean provider doesn't support health checking or failover style setups. I'm not sure if DO itself does so. The table in the readme includes a "Dyammic/Geo Support" column that lists which providers support advanced record types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup