aboutsummaryrefslogtreecommitdiff
path: root/man/coredns-kubernetes.7
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-02-21 16:39:35 +0000
committerGravatar GitHub <noreply@github.com> 2018-02-21 16:39:35 +0000
commit96aff9376a7f7aedb08b090c0e501d826bb4f109 (patch)
treec57e417c867b3b7eca6d30c3194ed3567ab860a0 /man/coredns-kubernetes.7
parenta9af519f83dbebac26cd33a32883474c189caae5 (diff)
downloadcoredns-96aff9376a7f7aedb08b090c0e501d826bb4f109.tar.gz
coredns-96aff9376a7f7aedb08b090c0e501d826bb4f109.tar.zst
coredns-96aff9376a7f7aedb08b090c0e501d826bb4f109.zip
doc: prepare for 1.0.6 release (#1548)
make -f Makefile.doc
Diffstat (limited to 'man/coredns-kubernetes.7')
-rw-r--r--man/coredns-kubernetes.73
1 files changed, 3 insertions, 0 deletions
diff --git a/man/coredns-kubernetes.7 b/man/coredns-kubernetes.7
index 647e459fe..0b6e11e99 100644
--- a/man/coredns-kubernetes.7
+++ b/man/coredns-kubernetes.7
@@ -87,6 +87,9 @@ kubernetes [ZONES\.\.\.] {
\fBttl\fR allows you to set a custom TTL for responses\. The default (and allowed minimum) is to use 5 seconds, the maximum is capped at 3600 seconds\.
.
.IP "\(bu" 4
+\fBnoendpoints\fR 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\.
+.
+.IP "\(bu" 4
\fBfallthrough\fR \fB[ZONES\.\.\.]\fR If a query for a record in the zones for which the plugin is authoritative results in NXDOMAIN, normally that is what the response will be\. However, if you specify this option, the query will instead be passed on down the plugin chain, which can include another plugin to handle the query\. If \fB[ZONES\.\.\.]\fR is omitted, then fallthrough happens for all zones for which the plugin is authoritative\. If specific zones are listed (for example \fBin\-addr\.arpa\fR and \fBip6\.arpa\fR), then only queries for those zones will be subject to fallthrough\.
.
.IP "" 0