From df6235995b2d0fdbf499b998da2e9ca91fde962f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=B0=AD=E5=86=9B?= <2799194073@qq.com> Date: Wed, 28 Aug 2019 14:18:33 +0800 Subject: [PATCH] fix the-the mistake (#3216) --- plugin/kubernetes/ns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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