mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-23 22:26:27 +00:00
Use Patch instead of UpdateStatus.
This commit is contained in:
@@ -195,6 +195,8 @@ func defaultCondition() types.Condition {
|
||||
Type: KernelDeadlockCondition,
|
||||
Status: false,
|
||||
Transition: time.Now(),
|
||||
Reason: "KernelHasNoDeadlock",
|
||||
Message: "kernel has no deadlock",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user