Skip to content

Commit

Permalink
Merge pull request #453 from vteratipally/docker_failures
Browse files Browse the repository at this point in the history
Detect docker startup failures
  • Loading branch information
k8s-ci-robot authored Aug 14, 2020
2 parents 860e6b0 + edfd70a commit 8a41d4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/docker-monitor.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"condition": "CorruptDockerOverlay2",
"reason": "CorruptDockerOverlay2",
"pattern": "returned error: readlink /var/lib/docker/overlay2.*: invalid argument.*"
},
{
"type": "temporary",
"reason": "DockerContainerStartupFailure",
"pattern": "OCI runtime start failed: container process is already dead: unknown"
}
]
}

0 comments on commit 8a41d4a

Please sign in to comment.