mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
fix the-the mistake (#3216)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user