mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 01:56:57 +02:00
Merge pull request #1547 from weppos/patch-1
Update TTL docs to confirm DNSimple support
This commit is contained in:
commit
7164cd04d3
@ -39,6 +39,7 @@ Providers
|
|||||||
- [ ] Azure
|
- [ ] Azure
|
||||||
- [ ] Cloudflare
|
- [ ] Cloudflare
|
||||||
- [x] DigitalOcean
|
- [x] DigitalOcean
|
||||||
|
- [x] DNSimple
|
||||||
- [x] Google
|
- [x] Google
|
||||||
- [ ] InMemory
|
- [ ] InMemory
|
||||||
- [x] Linode
|
- [x] Linode
|
||||||
@ -60,6 +61,9 @@ This value is a constant in the provider code.
|
|||||||
The DigitalOcean Provider overrides the value to 300s when the TTL is 0.
|
The DigitalOcean Provider overrides the value to 300s when the TTL is 0.
|
||||||
This value is a constant in the provider code.
|
This value is a constant in the provider code.
|
||||||
|
|
||||||
|
### DNSimple Provider
|
||||||
|
The DNSimple Provider default TTL is used when the TTL is 0. The default TTL is 3600s.
|
||||||
|
|
||||||
### Google Provider
|
### Google Provider
|
||||||
Previously with the Google Provider, TTL's were hard-coded to 300s.
|
Previously with the Google Provider, TTL's were hard-coded to 300s.
|
||||||
For safety, the Google Provider overrides the value to 300s when the TTL is 0.
|
For safety, the Google Provider overrides the value to 300s when the TTL is 0.
|
||||||
|
Loading…
Reference in New Issue
Block a user