https://prefect.io logo
Title
w

Walter Cavinaw

08/30/2022, 1:01 AM
I am coming across this error. We are using saturn cloud to manage kubernetes. I have reached out to them, but hoping someone here can point me in a direction I can start debugging. This is prefect 1.0 still (we have put time aside to migrate before the end of the year). The container seems to terminate mid-task
c

Christopher Boyd

08/30/2022, 1:27 PM
HI Walter, you’d probably need to look at the container logs through Kubernetes to see why this is failing - depending on your implementation, this could be achieved with:
kubectl logs prefect-7cb977665f-g5dsv --previous
where the
prefect-*
piece is the name of the container to see why it exited