diff options
author | 2018-07-30 14:37:24 +0000 | |
---|---|---|
committer | 2018-07-30 07:37:24 -0700 | |
commit | 2b4878195c58a37df1e491cfb581523e6d4aa058 (patch) | |
tree | 4df8ba77154d2c21ac62558e263276c47f3d3f03 | |
parent | 6e1c02c4ac7d806af5e91dbe42c43a1e817b6b70 (diff) | |
download | coredns-2b4878195c58a37df1e491cfb581523e6d4aa058.tar.gz coredns-2b4878195c58a37df1e491cfb581523e6d4aa058.tar.zst coredns-2b4878195c58a37df1e491cfb581523e6d4aa058.zip |
fixed typo in kubernetes plugin man page and README. (#2014)
-rw-r--r-- | man/coredns-kubernetes.7 | 2 | ||||
-rw-r--r-- | plugin/kubernetes/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/coredns-kubernetes.7 b/man/coredns-kubernetes.7 index 39177e958..249cd8407 100644 --- a/man/coredns-kubernetes.7 +++ b/man/coredns-kubernetes.7 @@ -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\. diff --git a/plugin/kubernetes/README.md b/plugin/kubernetes/README.md index 432c8111a..308d746f3 100644 --- a/plugin/kubernetes/README.md +++ b/plugin/kubernetes/README.md @@ -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 |