fixed typo in kubernetes plugin man page and README. (#2014)

This commit is contained in:
Stanislav Zapolsky
2018-07-30 14:37:24 +00:00
committed by Yong Tang
parent 6e1c02c4ac
commit 2b4878195c
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ kubernetes [ZONES\.\.\.] {
\fBdisabled\fR: Default\. Do not process pod requests, always returning \fBNXDOMAIN\fR \fBdisabled\fR: Default\. Do not process pod requests, always returning \fBNXDOMAIN\fR
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBinsecure\fR: Always return an A record with IP from request (without checking k8s)\. This option is is vulnerable to abuse if used maliciously in conjunction with wildcard SSL certs\. This option is provided for backward compatibility with kube\-dns\. \fBinsecure\fR: Always return an A record with IP from request (without checking k8s)\. This option is vulnerable to abuse if used maliciously in conjunction with wildcard SSL certs\. This option is provided for backward compatibility with kube\-dns\.
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBverified\fR: Return an A record if there exists a pod in same namespace with matching IP\. This option requires substantially more memory than in insecure mode, since it will maintain a watch on all pods\. \fBverified\fR: Return an A record if there exists a pod in same namespace with matching IP\. This option requires substantially more memory than in insecure mode, since it will maintain a watch on all pods\.

View File

@@ -67,7 +67,7 @@ kubernetes [ZONES...] {
* `disabled`: Default. Do not process pod requests, always returning `NXDOMAIN` * `disabled`: Default. Do not process pod requests, always returning `NXDOMAIN`
* `insecure`: Always return an A record with IP from request (without checking k8s). This option * `insecure`: Always return an A record with IP from request (without checking k8s). This option
is is vulnerable to abuse if used maliciously in conjunction with wildcard SSL certs. This is vulnerable to abuse if used maliciously in conjunction with wildcard SSL certs. This
option is provided for backward compatibility with kube-dns. option is provided for backward compatibility with kube-dns.
* `verified`: Return an A record if there exists a pod in same namespace with matching IP. This * `verified`: Return an A record if there exists a pod in same namespace with matching IP. This
option requires substantially more memory than in insecure mode, since it will maintain a watch option requires substantially more memory than in insecure mode, since it will maintain a watch