aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2019-01-23 08:49:16 -0500
committerGravatar GitHub <noreply@github.com> 2019-01-23 08:49:16 -0500
commit92bec854dc609737e8686cdfb6bf61cdd9c07f7d (patch)
treee2cd870f476b45eebb33a18257c6b9dad3c3e0cd /plugin/kubernetes
parent3533065ed20a7fe14cc00968e3fa8c1beff072b2 (diff)
downloadcoredns-92bec854dc609737e8686cdfb6bf61cdd9c07f7d.tar.gz
coredns-92bec854dc609737e8686cdfb6bf61cdd9c07f7d.tar.zst
coredns-92bec854dc609737e8686cdfb6bf61cdd9c07f7d.zip
Update README.md (#2490)
Diffstat (limited to 'plugin/kubernetes')
-rw-r--r--plugin/kubernetes/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/kubernetes/README.md b/plugin/kubernetes/README.md
index c3cf55c57..464c04990 100644
--- a/plugin/kubernetes/README.md
+++ b/plugin/kubernetes/README.md
@@ -88,8 +88,8 @@ kubernetes [ZONES...] {
that point to external hosts (aka External Services, aka CNAMEs). If no **ADDRESS** is given, CoreDNS
will resolve External Services against itself. **ADDRESS** can be an IP, an IP:port, or a path
to a file structured like resolv.conf.
-* `ttl` allows you to set a custom TTL for responses. The default (and minimum allowed) is
- 0 seconds, while the maximum is capped at 3600 seconds. Setting TTL to 0 will prevent records from being cached.
+* `ttl` allows you to set a custom TTL for responses. The default is 5 seconds. The minimum TTL allowed is
+ 0 seconds, and the maximum is capped at 3600 seconds. Setting TTL to 0 will prevent records from being cached.
* `noendpoints` will turn off the serving of endpoint records by disabling the watch on endpoints.
All endpoint queries and headless service queries will result in an NXDOMAIN.
* `transfer` enables zone transfers. It may be specified multiples times. `To` signals the direction