Hi, is there a way to specify executor configs (fo...
# deployment-kubernetes
v
Hi, is there a way to specify executor configs (for the celery-k8s executor) globally instead of per-run. For example, If I deploy dagster to a namespace called
dagster
(using the helm charts), I have to specify
job_namespace
for every run otherwise the job gets launched on the
default
namespace. Preset doesn't help either because I cannot create a preset for every single possible namespace that dagster gets deployed to.
j
Hi Varun, we don’t offer this currently unfortunately. We’re discussing solutions to this type of issue, and if you’d like to create a gh issue it helps with prioritization. Thanks!
v
Hi @johann. Thank you. I'm currently working around it using presets by reading the current namespace from the file inside the pod -
/var/run/secrets/kubernetes.io/serviceaccount/namespace
.