mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-02-14 18:09:57 +00:00
Update docker-monitor.json
making DockerContainerStartup failure as temporary
This commit is contained in:
@@ -14,11 +14,6 @@
|
||||
"reason": "NoCorruptDockerOverlay2",
|
||||
"message": "docker overlay2 is functioning properly"
|
||||
},
|
||||
{
|
||||
"type": "DockerContainerStartupFailure",
|
||||
"reason": "NoDockerContainerStartupFailure",
|
||||
"message": "Successfully started docker container"
|
||||
}
|
||||
],
|
||||
"rules": [
|
||||
{
|
||||
@@ -33,8 +28,7 @@
|
||||
"pattern": "returned error: readlink /var/lib/docker/overlay2.*: invalid argument.*"
|
||||
},
|
||||
{
|
||||
"type": "permanent",
|
||||
"condition": "DockerContainerStartupFailure",
|
||||
"type": "temporary",
|
||||
"reason": "DockerContainerStartupFailure",
|
||||
"pattern": "OCI runtime start failed: container process is already dead: unknown"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user