This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Add troubleshooting step: logs --all-containers #123
Labels
type:feature
New feature or request that provides value to the stakeholders/end-users
During trying out job-executor I ended up getting this error in Bridge:
Unfortunately this does not tell me why the job has failed, so I had to start troubleshooting on my own.
A very handy troubleshooting step is to look at Kubernetes logs, especially the log of the job or the pod(s).
For this the following steps need to be done:
Select the pod that you want to inspect, e.g. the most recent one:
job-executor-service-job-855e19ed-baed-48b3-973e-0e62-1-qdswm
$ kubectl -n keptn logs job-executor-service-job-855e19ed-baed-48b3-973e-0e62-1-qdswm --all-containers
And look at the output, e.g.:
Definition of Done
The text was updated successfully, but these errors were encountered: