https://dagster.io/ logo
#dagster-kubernetes
Title
# dagster-kubernetes
c

Chris Moser

04/28/2021, 11:14 PM
is there a way to specify default pod labels for jobs launched through the k8s_launcher? right now we can do this by putting them in the
@pipeline
decorator but was wondering if there was a way to do this via configuration rather than code
r

rex

04/29/2021, 3:24 PM
we don't currently expose a setting for this. do you want to file a feature request?
c

Chris Moser

04/29/2021, 3:38 PM
sure, i can do that - thanks!
j

johann

04/29/2021, 5:20 PM
Another option is use a pipeline factory function that inserts the tag