Node selections #3979
Unanswered
florahwong
asked this question in
Q&A
Node selections
#3979
Replies: 1 comment
-
I might not be able to catch your question, correctly. Does that mean you want to schedule job to dedicated node and you do not want to schedule other Jobs to the node. But you do not want to use the taints. In that case, you can create ResourceFlavor with Taints backed from the dedicated Nodes. The ResourceFlavor will be used only when the Job has tolerations corresponding to the RF taints. https://kueue.sigs.k8s.io/docs/concepts/resource_flavor/#resourceflavor-taints |
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
-
Is there a way to prevent nodes from running jobs from different tenants without dedicating nodes to tenants statically?
Beta Was this translation helpful? Give feedback.
All reactions