Skip to content

Commit f0184f0

Browse files
authored
Merge pull request kubernetes#84933 from krzysied/node_controller_v_level
Bumping up log level for not updated node
2 parents ab1b374 + 4e63b9a commit f0184f0

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
@@ -1134,7 +1134,7 @@ func (nc *Controller) tryUpdateNodeHealth(node *v1.Node) (time.Duration, v1.Node
11341134
LastTransitionTime: nowTimestamp,
11351135
})
11361136
} else {
1137-
klog.V(4).Infof("node %v hasn't been updated for %+v. Last %v is: %+v",
1137+
klog.V(2).Infof("node %v hasn't been updated for %+v. Last %v is: %+v",
11381138
node.Name, nc.now().Time.Sub(nodeHealth.probeTimestamp.Time), nodeConditionType, currentCondition)
11391139
if currentCondition.Status != v1.ConditionUnknown {
11401140
currentCondition.Status = v1.ConditionUnknown

0 commit comments

Comments
 (0)