This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Fail with a .finished
event with proper message and status if launching the container fails
#125
Labels
type:feature
New feature or request that provides value to the stakeholders/end-users
I have a docker container that fails to start, where the following log/error message shows up in Kubernetes events:
This is due to me having forgotten to do a
chmod +x entrypoint.sh
, which is quite a common problem with Docker containers.Another problem could be that your configuration points to a non-executable or non-existing file, e.g.:
Note:
bash
is not a part of alpine ;)While this is obviously a user error, it's super hard to troubleshoot right now.
In Keptn Bridge we only get this message:
Definition of Done
.finished
event with error message is createdcould not start container docker.io/myorg/mycontainer
The text was updated successfully, but these errors were encountered: