aboutsummaryrefslogtreecommitdiff
path: root/man/coredns-kubernetes.7
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-08-29 07:51:45 +0100
committerGravatar GitHub <noreply@github.com> 2018-08-29 07:51:45 +0100
commiteb51e8bac90fac86d34c9e1cb89b04ea0936b034 (patch)
tree87eeb31fe785e484f27e7cec7d039f16cd00a897 /man/coredns-kubernetes.7
parent684c35d56b9b48bfa1c47f27c78ca3e3d2891854 (diff)
downloadcoredns-eb51e8bac90fac86d34c9e1cb89b04ea0936b034.tar.gz
coredns-eb51e8bac90fac86d34c9e1cb89b04ea0936b034.tar.zst
coredns-eb51e8bac90fac86d34c9e1cb89b04ea0936b034.zip
Bump version to 1.2.2 (#2067)v1.2.2
* Bump version to 1.2.2 Release 1.2.2 Signed-off-by: Miek Gieben <miek@miek.nl> * Fix filename to what we upload With ls dir/* the pathname returned are diff. then we with ls dir, fix how curl is called. Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'man/coredns-kubernetes.7')
-rw-r--r--man/coredns-kubernetes.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man/coredns-kubernetes.7 b/man/coredns-kubernetes.7
index 249cd8407..6291166ca 100644
--- a/man/coredns-kubernetes.7
+++ b/man/coredns-kubernetes.7
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "COREDNS\-KUBERNETES" "7" "June 2018" "CoreDNS" "CoreDNS plugins"
+.TH "COREDNS\-KUBERNETES" "7" "August 2018" "CoreDNS" "CoreDNS plugins"
.
.SH "NAME"
\fIkubernetes\fR \- enables the reading zone data from a Kubernetes cluster\.
@@ -94,7 +94,7 @@ kubernetes [ZONES\.\.\.] {
\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
-\fBtransfer\fR enables zone transfers\. It may be specified multiples times\. \fBTo\fR signals the direction (only \fBto\fR is alllow)\. \fBADDRESS\fR must be denoted in CIDR notation (127\.0\.0\.1/32 etc\.) or just as plain addresses\. The special wildcard \fB*\fR means: the entire internet\. Sending DNS notifies is not supported\.
+\fBtransfer\fR enables zone transfers\. It may be specified multiples times\. \fBTo\fR signals the direction (only \fBto\fR is allow)\. \fBADDRESS\fR must be denoted in CIDR notation (127\.0\.0\.1/32 etc\.) or just as plain addresses\. The special wildcard \fB*\fR means: the entire internet\. Sending DNS notifies is not supported\. Deprecated \fIhttps://github\.com/kubernetes/dns/blob/master/docs/specification\.md#26\-\-\-deprecated\-records\fR pod records in the sub domain \fBpod\.cluster\.local\fR are not transferred\.
.
.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\.