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

Elizabeth

06/09/2021, 7:14 PM
I see where @johann discussed that dagster doesn’t not support volume mounts in a job container and suggested we use env vars instead. I have a json file of configuration values that is too large to fit into an env var. mounting a ConfigMap for it would be perfect. Is there any workaround (sorry if I’m being redundant, but I very much want to avoid maintaining two copies of our configuration json file: the full version and an abbreviated one specifically for dagster).
j

johann

06/09/2021, 7:16 PM
Hi @Elizabeth - thanks for sharing your use case. This is on my radar and should be available in next week’s release
e

Elizabeth

06/09/2021, 7:19 PM
wow, that’s fabulous!!! Just so I can manage expectations, will that be release 0.11.13 (a minor release ?)
j

johann

06/09/2021, 7:21 PM
0.11.13 will actually release tomorrow, next week will be 0.11.14. And yes, a minor release
e

Elizabeth

06/09/2021, 7:22 PM
Great! that’s very exciting, thank you for the clarification (and adding this feature!!)
a

assaf

09/01/2021, 1:24 PM
@johann any news on this front? I work with @Elizabeth and couldn't find anything about this capability in the 0.11.14 release notes nor anything in the docs.
Unless I misunderstood the docs, that is not done using the
instance_config_map
argument provided to
K8sRunLauncher
(docs), as that existed well before 0.11.14.
j

johann

09/01/2021, 7:01 PM
Hi @assaf - Unfortunately that slipped off my radar for 0.11.14, but it went out in 0.12.7.
celebrate 1
a

assaf

09/01/2021, 7:48 PM
Thanks, @johann!