mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-02-14 18:09:57 +00:00
Windows Support: Fix Build Regressions, Tests Pass
This commit is contained in:
@@ -8,13 +8,18 @@
|
||||
"logPath": "C:\\Program Files\\containerd\\containerd.log",
|
||||
"lookback": "5m",
|
||||
"bufferSize": 10,
|
||||
"source": "docker-monitor",
|
||||
"source": "containerd",
|
||||
"conditions": [],
|
||||
"rules": [
|
||||
{
|
||||
"type": "temporary",
|
||||
"reason": "BadCNIConfig",
|
||||
"pattern": "failed to reload cni configuration.*"
|
||||
"reason": "MissingPigz",
|
||||
"pattern": "unpigz not found.*"
|
||||
},
|
||||
{
|
||||
"type": "temporary",
|
||||
"reason": "IncompatibleContainer",
|
||||
"pattern": ".*CreateComputeSystem.*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user