mirror of https://github.com/k3s-io/k3s
Fixup debug log line in federation controller
parent
f949b24ee0
commit
772ba36a72
|
@ -199,7 +199,7 @@ func (s *ServiceController) ensureDnsRrsets(dnsZoneName, dnsName string, endpoin
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// the rrset already exists, so make it right.
|
// the rrset already exists, so make it right.
|
||||||
glog.V(4).Infof("Recordset %v already exists. Ensuring that it is correct.")
|
glog.V(4).Infof("Recordset %v already exists. Ensuring that it is correct.", rrset)
|
||||||
if len(endpoints) < 1 {
|
if len(endpoints) < 1 {
|
||||||
// Need an appropriate CNAME record. Check that we have it.
|
// Need an appropriate CNAME record. Check that we have it.
|
||||||
newRrset := rrsets.New(dnsName, []string{uplevelCname}, minDnsTtl, rrstype.CNAME)
|
newRrset := rrsets.New(dnsName, []string{uplevelCname}, minDnsTtl, rrstype.CNAME)
|
||||||
|
|
Loading…
Reference in New Issue