Join Slack
Powered by
Hello everyone, is there a way in Metaflow to spec...
# ask-metaflow
c
chilly-lunch-86591
01/24/2024, 9:20 PM
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
crooked-jordan-29960
01/25/2024, 2:35 AM
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
7
Views
Open in Slack
Previous
Next