Skip to content

Commit

Permalink
Merge pull request #1039 from MiniJerome/docs/cloudflare-proxy-ttl
Browse files Browse the repository at this point in the history
docs(cloudflare): set ttl annotation for cloudflare proxied entries to 1
  • Loading branch information
k8s-ci-robot authored May 28, 2019
2 parents 7bf5e27 + a98637a commit 844af88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/cloudflare.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ of the DNS zone (e.g. 'www.example.com').
By setting the TTL annotation on the service, you have to pass a valid TTL, which must be 120 or above.
This annotation is optional, if you won't set it, it will be 1 (automatic) which is 300.
For Cloudflare proxied entries, set the TTL annotation to 1 (automatic), or do not set it.
ExternalDNS uses this annotation to determine what services should be registered with DNS. Removing the annotation
will cause ExternalDNS to remove the corresponding DNS records.
Expand Down

0 comments on commit 844af88

Please sign in to comment.