mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
fixed typo in kubernetes plugin man page and README. (#2014)
This commit is contained in:
committed by
Yong Tang
parent
6e1c02c4ac
commit
2b4878195c
@@ -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\.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user