mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
Fix documentation for CloudFlare TTL
This commit is contained in:
parent
819f61e98b
commit
e8225455d5
@ -37,7 +37,7 @@ Providers
|
||||
|
||||
- [x] AWS (Route53)
|
||||
- [x] Azure
|
||||
- [ ] Cloudflare
|
||||
- [x] Cloudflare
|
||||
- [x] DigitalOcean
|
||||
- [x] DNSimple
|
||||
- [x] Google
|
||||
@ -62,6 +62,9 @@ This value is a constant in the provider code.
|
||||
TTL value should be between 1 and 2,147,483,647 seconds.
|
||||
By default it will be 300s.
|
||||
|
||||
## CloudFlare Provider
|
||||
CloudFlare overrides the value to "auto" when the TTL is 0.
|
||||
|
||||
### DigitalOcean Provider
|
||||
The DigitalOcean Provider overrides the value to 300s when the TTL is 0.
|
||||
This value is a constant in the provider code.
|
||||
|
Loading…
Reference in New Issue
Block a user