Skip to content

DagsterExecutionInterruptedError in runs on Kubernetes #12943

Discussion options

You must be logged in to vote

DagsterExecutionInterruptedError means the process received a SIGINT or SIGTERM, most commonly this means the K8s pod the process was running on was terminated by the Kubernetes cluster. You can use kubectl (or other Kubernetes tools) to investigate.

In the Dagster event log you should see an event with the string

Creating Kubernetes run worker job

followed by a Kubernetes job name and namespace. With those, you can use kubectl to look at the underlying job.

kubectl describe job -n <namespace> <job name>

For example, you might see:

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@gibsondan
Comment options

Answer selected by johannkm
Comment options

You must be logged in to vote
4 replies
@domsj-foodpairing
Comment options

@gibsondan
Comment options

@atedesch1
Comment options

@gibsondan
Comment options

Comment options

You must be logged in to vote
1 reply
@gibsondan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: troubleshooting Related to debugging and error messages deployment: k8s Related to deploying Dagster to Kubernetes
5 participants