mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-02-27 08:14:16 +00:00
Detect docker startup failures
This commit is contained in:
@@ -13,6 +13,11 @@
|
||||
"type": "CorruptDockerOverlay2",
|
||||
"reason": "NoCorruptDockerOverlay2",
|
||||
"message": "docker overlay2 is functioning properly"
|
||||
},
|
||||
{
|
||||
"type": "DockerStartupFailure",
|
||||
"reason": "DockerStartUpSucess",
|
||||
"message": "Successfully started docker container"
|
||||
}
|
||||
],
|
||||
"rules": [
|
||||
@@ -26,6 +31,12 @@
|
||||
"condition": "CorruptDockerOverlay2",
|
||||
"reason": "CorruptDockerOverlay2",
|
||||
"pattern": "returned error: readlink /var/lib/docker/overlay2.*: invalid argument.*"
|
||||
},
|
||||
{
|
||||
"type": "permanent",
|
||||
"condition": "DockerStartupFailure",
|
||||
"reason": "DockerStartupFailure",
|
||||
"pattern": "OCI runtime start failed: container process is already dead: unknown$"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user