Pipeline performance #6678
joaosilva15
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there 👋 currently while using the pipelines we get some issues during pipeline scheduling. We have the affinity assistant enabled and sometimes multiple affinity assistants get scheduled on the same node making the competing pipeline tasks wait for each other before being able to get scheduled. What I would like to discuss would be how to improve this. I have a couple of ideas but would like to hear opinions first. My ideas would be:
topologySpreadConstraints
to the affinity assistant's template. Currently, only tolerations, nodeSelector, and imagePullSecrets are supported values. WithtopologySpreadConstraints
we could enforce the maximum number of pipelines running in a single node.What are your thoughts and what do you do in your clusters to make this scheduling issue better?
Beta Was this translation helpful? Give feedback.
All reactions