-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
support TTL derived from zone #390
Comments
I'm noticing that when I modified the Google Provider to not pass a TTL, Cloud DNS did not use the
Here's a related issue with the NodeJS CloudDNS SDK: googleapis/nodejs-dns#9 edit: Looks like you can update the SOA with a transaction in the CLI: googleapis/google-cloud-ruby#320 |
Hi @njuettner, is this resolved via a new feature somewhere, or is the issue closed more like "wontfix"? I'm okay either way, just would like to know the outcome. |
Kubernetes ecosystem has moved to klog. This is more actively maintained than glog. We might find caveats and gotchas along the way, but seems to be working fine locally. Signed-off-by: Ahmet Alp Balkan <[email protected]>
We should omit setting default TTLs and usethe default from the derived SOA records.
I would hope that all APIs are ok with not specifying a TTL, while creating a DNS record and it will derive the ttl from the origin config.
As I see google DNS is ok with specifying TTL=0, omitwhich probably means "omit cache". So TTL=0 can not be used in the API calls.
The text was updated successfully, but these errors were encountered: