mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-02-21 21:39:53 +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": [
|
||||
{
|
||||
"type": "temporary",
|
||||
"reason": "MissingPigz",
|
||||
"pattern": "unpigz not found.*"
|
||||
"reason": "ContainerCreationFailed",
|
||||
"pattern": ".*failed to create containerd container.*error unpacking image.*wrong diff id calculated on extraction.*"
|
||||
},
|
||||
{
|
||||
"type": "temporary",
|
||||
"reason": "IncompatibleContainer",
|
||||
"pattern": ".*CreateComputeSystem.*"
|
||||
"reason": "CorruptContainerImageLayer",
|
||||
"pattern": ".*failed to pull and unpack image.*failed to extract layer.*archive/tar: invalid tar header.*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user