https://dagster.io/ logo
#deployment-kubernetes
Title
# deployment-kubernetes
l

Leo Xiong

12/20/2022, 5:34 AM
we've set the
job_namespace
value and Dagster seems to be reading the config correctly, but the jobs are still being created in the same namespace as the daemon is deployed. am I missing something? relevant config section.
Copy code
run_launcher:
  module: dagster_k8s
  class: K8sRunLauncher
  config:
    job_namespace: dagster-jobs
b

Ben Gatewood

12/20/2022, 6:40 AM
Ah now I had this problem too....let me see if I can find the thread
Hm it looks like maybe I owe an issue creation here that I neglected to do
j

johann

12/20/2022, 2:41 PM
Is this config being set on the daemon pod as well?
l

Leo Xiong

12/20/2022, 9:16 PM
@Ben Gatewood I expand the thread since it's older than 90 days 😞
@johann I think so? the config is shown in the Dagit UI. we've deployed using the Helm chart as well
l

Leo Xiong

12/21/2022, 10:02 PM
thanks
j

johann

12/22/2022, 8:07 PM
Leo did this thread help? (job_namespace getting overriden by namespace of the user code deployment)
l

Leo Xiong

01/03/2023, 9:16 PM
yep!
2 Views