mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-23 22:26:27 +00:00
Merge pull request #550 from mcshooter/addContainerDProblemsToDetect
Detect when container process fails to start
This commit is contained in:
@@ -13,13 +13,13 @@
|
|||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"type": "temporary",
|
"type": "temporary",
|
||||||
"reason": "MissingPigz",
|
"reason": "ContainerCreationFailed",
|
||||||
"pattern": "unpigz not found.*"
|
"pattern": ".*failed to create containerd container.*error unpacking image.*wrong diff id calculated on extraction.*"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "temporary",
|
"type": "temporary",
|
||||||
"reason": "IncompatibleContainer",
|
"reason": "CorruptContainerImageLayer",
|
||||||
"pattern": ".*CreateComputeSystem.*"
|
"pattern": ".*failed to pull and unpack image.*failed to extract layer.*archive/tar: invalid tar header.*"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user