Hi folks, does metaflow allow configuring node aff...
# ask-metaflow
b
Hi folks, does metaflow allow configuring node affinity for tasks running on kubernetes? We have flows with steps that should run on a specific node group: I noticed that the
@kubernetes
decorator accepts tolerations but I can't see anything about node affinity... Is this supported? How do people go about doing this today?
1
pika detective There appears to be a
node_selector
in the decorator definition that is not in the docs?...
f
Nice detective work @bulky-fireman-68939 I was also looking for node affinity and only found tolerations in the doc.
s
So does it mean that configuring node affinity is supported? If so, will the docs be updated at some point?