mirror of https://github.com/k3s-io/k3s
Reduce verbosity of DaemonSet controller.
parent
2e5a3cfbc6
commit
a224eec4dc
|
@ -416,7 +416,7 @@ func storeDaemonSetStatus(dsClient client.DaemonSetInterface, ds *experimental.D
|
|||
}
|
||||
|
||||
func (dsc *DaemonSetsController) updateDaemonSetStatus(ds *experimental.DaemonSet) {
|
||||
glog.Infof("Updating daemon set status")
|
||||
glog.V(4).Infof("Updating daemon set status")
|
||||
nodeToDaemonPods, err := dsc.getNodesToDaemonPods(ds)
|
||||
if err != nil {
|
||||
glog.Errorf("Error getting node to daemon pod mapping for daemon set %+v: %v", ds, err)
|
||||
|
|
Loading…
Reference in New Issue