aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/ns.go
diff options
context:
space:
mode:
authorGravatar 陈谭军 <2799194073@qq.com> 2019-08-28 14:18:33 +0800
committerGravatar Miek Gieben <miek@miek.nl> 2019-08-28 07:18:33 +0100
commitdf6235995b2d0fdbf499b998da2e9ca91fde962f (patch)
tree03d60c209dc1f302f0157b32cf4347bf26a67f79 /plugin/kubernetes/ns.go
parentefcc3758ddd186f1b1ae1394d936744b3b185af8 (diff)
downloadcoredns-df6235995b2d0fdbf499b998da2e9ca91fde962f.tar.gz
coredns-df6235995b2d0fdbf499b998da2e9ca91fde962f.tar.zst
coredns-df6235995b2d0fdbf499b998da2e9ca91fde962f.zip
fix the-the mistake (#3216)
Diffstat (limited to '')
-rw-r--r--plugin/kubernetes/ns.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/kubernetes/ns.go b/plugin/kubernetes/ns.go
index 6d18c0b77..4774e176f 100644
--- a/plugin/kubernetes/ns.go
+++ b/plugin/kubernetes/ns.go
@@ -14,7 +14,7 @@ func isDefaultNS(name, zone string) bool {
}
// nsAddrs returns the A or AAAA records for the CoreDNS service in the cluster. If the service cannot be found,
-// it returns a record for the the local address of the machine we're running on.
+// it returns a record for the local address of the machine we're running on.
func (k *Kubernetes) nsAddrs(external bool, zone string) []dns.RR {
var (
svcNames []string