Skip to content

Is there a way to run one process/pod per node using k8s executor? #2679

Answered by bentsherman
luisovallex asked this question in Q&A
Discussion options

You must be logged in to vote

Make sure you specify both a request and a limit for cpu and memory. if that doesn't work, I would look into using affinity or tolerations/taints to create a rule that would force one pod per node. Nextflow support for affinity was added recently and should be in the latest edge release. Tolerations/taints aren't supported yet but I plan to implement them soon.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bentsherman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants