Merge pull request #46802 from shyamjvs/npd-kernel-config

Automatic merge from submit-queue (batch tested with PRs 46972, 42829, 46799, 46802, 46844)

Add KernelDeadlock condition to hollow NPD

Ref https://github.com/kubernetes/kubernetes/issues/44701

/cc @wojtek-t @gmarek
This commit is contained in:
Kubernetes Submit Queue
2017-06-05 17:46:55 -07:00
committed by GitHub

View File

@@ -9,6 +9,12 @@
"lookback": "10m",
"bufferSize": 10,
"source": "kernel-monitor",
"conditions": [],
"conditions": [
{
"type": "KernelDeadlock",
"reason": "KernelHasNoDeadlock",
"message": "kernel has no deadlock"
}
],
"rules": []
}