mirror of https://github.com/kubernetes/kops.git
Turn down no-change logging in dns-controller
This commit is contained in:
parent
c825d09e6c
commit
58621dceb1
|
|
@ -146,7 +146,7 @@ func (c *DNSController) snapshotIfChangedAndReady() *snapshot {
|
|||
aliasTargets := make(map[string][]Record)
|
||||
|
||||
if c.lastSuccessfulSnapshot != nil && s.changeCount == c.lastSuccessfulSnapshot.changeCount {
|
||||
glog.V(4).Infof("No changes since DNS values last successfully applied")
|
||||
glog.V(6).Infof("No changes since DNS values last successfully applied")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue