Process not getting executed on pod created by nextflow in K8s cluster #4739
Unanswered
raghuram-venugopal
asked this question in
Q&A
Replies: 1 comment
-
Hi Team, please could you help on this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
I am running nextflow on k8s cluster which has 4 processess that require to run in 4 pods with a command similar to below.
nextflow run exec-pipeline.nf -c /storage-pvc-data/work/nextflow.config -profile dev
Expected Behavior: Process from nextflow should start and execute in the pod getting created via nextflow job.
Actual Behavior: Process in pod execution is failing to execute anything in the beginning with pod error as below.
Unknown option: -ue -- Check the available commands and options and syntax with 'help'
Steps to reproduce the problem
Due to restrictions from organization I would not be able to provide any code, but attaching the nextflow logs.
Program output
Environment
Additional context
Setup of nextflow execution in K8s is working fine with 21.04.1, while the same is failing in 23.10.1, attching image below on container command and arguments respectively from k8s dashboard. There seems to be a difference in command being sent to POD.
Beta Was this translation helpful? Give feedback.
All reactions