Skip to content

Commit 5ef09ca

Browse files
authored
Merge pull request #550 from mcshooter/addContainerDProblemsToDetect
Detect when container process fails to start
2 parents 031e658 + da15eb9 commit 5ef09ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/windows-containerd-monitor-filelog.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"rules": [
1414
{
1515
"type": "temporary",
16-
"reason": "MissingPigz",
17-
"pattern": "unpigz not found.*"
16+
"reason": "ContainerCreationFailed",
17+
"pattern": ".*failed to create containerd container.*error unpacking image.*wrong diff id calculated on extraction.*"
1818
},
1919
{
2020
"type": "temporary",
21-
"reason": "IncompatibleContainer",
22-
"pattern": ".*CreateComputeSystem.*"
21+
"reason": "CorruptContainerImageLayer",
22+
"pattern": ".*failed to pull and unpack image.*failed to extract layer.*archive/tar: invalid tar header.*"
2323
}
2424
]
2525
}

0 commit comments

Comments
 (0)