mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-03 10:17:46 +00:00
Fixup debug log line in federation controller
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user