mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 10:06:57 +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] AWS (Route53)
|
||||||
- [x] Azure
|
- [x] Azure
|
||||||
- [ ] Cloudflare
|
- [x] Cloudflare
|
||||||
- [x] DigitalOcean
|
- [x] DigitalOcean
|
||||||
- [x] DNSimple
|
- [x] DNSimple
|
||||||
- [x] Google
|
- [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.
|
TTL value should be between 1 and 2,147,483,647 seconds.
|
||||||
By default it will be 300s.
|
By default it will be 300s.
|
||||||
|
|
||||||
|
## CloudFlare Provider
|
||||||
|
CloudFlare overrides the value to "auto" when the TTL is 0.
|
||||||
|
|
||||||
### DigitalOcean Provider
|
### DigitalOcean Provider
|
||||||
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user