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
pull/6/head
Kubernetes Submit Queue 2017-06-05 17:46:55 -07:00 committed by GitHub
commit f842bb9987
1 changed files with 7 additions and 1 deletions

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": []
}