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
|
||||
.
|
||||
.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
|
||||
\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\.
|
||||
|
||||
Reference in New Issue
Block a user