Hello all. Is there a good way to ensure that all ...
# flyte-support
t
Hello all. Is there a good way to ensure that all of the tasks in a workflow's pods are scheduled on the same node? It seems that by default the
execution-id
label is placed on each scheduled pod, but because podAffinity / podAntiAffinity rules do not know what
execution-id
label the pod its trying to schedule has before its created, its hard to tell in which node to place the pod on. Any ideas? Thanks so much
f
just use affinity you can use pod_templates
or Lets talk about Union 😄 there are ways