Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#2993 from hfoxy/add-cloudflare-ttl
Browse files Browse the repository at this point in the history
Fix documentation for CloudFlare TTL
  • Loading branch information
k8s-ci-robot authored Dec 13, 2022
2 parents 1c21d9b + e822545 commit d074a8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/ttl.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Providers

- [x] AWS (Route53)
- [x] Azure
- [ ] Cloudflare
- [x] Cloudflare
- [x] DigitalOcean
- [x] DNSimple
- [x] Google
Expand All @@ -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.
Expand Down

0 comments on commit d074a8b

Please sign in to comment.