Replies: 1 comment 1 reply
-
The first error it's hard to say. It looks the pod cannot mount the volume, you should ask your cluster admin why that's happening. In the second it looks the pod was interrupted, not sure why, maybe due to a scaling event. Also here your sysadmin could provide more info. On the nextflow side, you can try adding an error retry policy so that the job gets re-executed on such error. Find more at this link https://www.nextflow.io/docs/latest/process.html#maxretries |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to run a Nextflow pipeline on a Kubernetes cluster, but randomly getting these issues.
First issue is that pods created by the pipeline will occasionally get stuck on the
ContainerCreating
status indefinitely:Second issue gives this error:
I don't know if the two are related. It seems they can happen anytime on any pod. When either of these issues appear, relaunching the pipeline with the
-resume
option works, but they still appear on other pods later on.Has anyone encountered this before?
Beta Was this translation helpful? Give feedback.
All reactions