Commit df623599 authored by 陈谭军's avatar 陈谭军 Committed by Miek Gieben

fix the-the mistake (#3216)

parent efcc3758
...@@ -14,7 +14,7 @@ func isDefaultNS(name, zone string) bool { ...@@ -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, // 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 { func (k *Kubernetes) nsAddrs(external bool, zone string) []dns.RR {
var ( var (
svcNames []string svcNames []string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment