Hello everyone, is there a way in Metaflow to spec...
# ask-metaflow
c
Hello everyone, is there a way in Metaflow to specify the label of the node which we want to run a particular step on, using the @kubernetes decorator?
1
c
There is a KUBERNETES_LABELS env var in the Metaflow config. EDIT: I think to do it differently on a per step basis, you'd need to add labels to the @kubernetes deco implementation's args.
👍 1