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
@@ -67,7 +67,7 @@ kubernetes [ZONES...] {
|
||||
|
||||
* `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
|
||||
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.
|
||||
* `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
|
||||
|
||||
Reference in New Issue
Block a user