mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-28 01:47:20 +00:00
Add HCS empty layer error reporting.
This commit is contained in:
@@ -20,6 +20,11 @@
|
|||||||
"type": "temporary",
|
"type": "temporary",
|
||||||
"reason": "CorruptContainerImageLayer",
|
"reason": "CorruptContainerImageLayer",
|
||||||
"pattern": ".*failed to pull and unpack image.*failed to extract layer.*archive/tar: invalid tar header.*"
|
"pattern": ".*failed to pull and unpack image.*failed to extract layer.*archive/tar: invalid tar header.*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "temporary",
|
||||||
|
"reason": "HCSEmptyLayerchain",
|
||||||
|
"pattern": ".*Failed to unmarshall layerchain json - invalid character '\\x00' looking for beginning of value*"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user