Has anyone else found that the tags for dagster k8...
# deployment-kubernetes
i
Has anyone else found that the tags for dagster k8s config are not respected for individual ops and don't override the job-level tags ?
a
Are you running your ops as separate pods? The default is to run all steps in one pod, and then the individual op resource requests are not propagated.
i
yes I want each op to be run as a separate pod
using the k8s_job_executor
Actually seems like it's resolved with the newest redeploy @Aksel Stokseth, apologies for the false alarm