Hey all, is there currently any way of configuring...
# deployment-kubernetes
f
Hey all, is there currently any way of configuring node selectors/tolerations on the
k8s_job_executor
?
might want to write a utlity function to abstract some of that gnarliness though 🙂
f
Thanks for the reply! I may be doing something incorrect, but I do already have tags on the job. These tags get picked up for configuring the dagster-run pod but not the dagster-step pods
Currently having to set the config on the executor itself to get it to use the correct service_account and such
Did see that toleration set properly when I set the tags on the
op
rather than the job. May try to redeploy my user deployment and see if that has any impact on setting tags per
job
j
Yeah the
k8s_job_executor
will only use op tags for that config
f
Ah gotcha, so job tags have no impact on step pods
👍 1