Skip to content

Commit 4e63b9a

Browse files
committed
bumping up log level for not updated node
1 parent 8841624 commit 4e63b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/nodelifecycle/node_lifecycle_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ func (nc *Controller) tryUpdateNodeHealth(node *v1.Node) (time.Duration, v1.Node
11431143
LastTransitionTime: nowTimestamp,
11441144
})
11451145
} else {
1146-
klog.V(4).Infof("node %v hasn't been updated for %+v. Last %v is: %+v",
1146+
klog.V(2).Infof("node %v hasn't been updated for %+v. Last %v is: %+v",
11471147
node.Name, nc.now().Time.Sub(nodeHealth.probeTimestamp.Time), nodeConditionType, currentCondition)
11481148
if currentCondition.Status != v1.ConditionUnknown {
11491149
currentCondition.Status = v1.ConditionUnknown

0 commit comments

Comments
 (0)