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

Eldan Hamdani

05/10/2022, 11:53 AM
Hi, I’m using dagster to run 5
dagster-user-deployments
on k8s and I manage it with separate helm chart. when I deployed some helm chart I noticed that it deleted all the rest
dagster-user-deployments
. Can you help me to config a separate helm chart that won’t disturb to each others? (I saw the flag
enableSubchart
but not sure what exactly to do)
any update?
@daniel
I would guess that
when I deployed some helm chart I noticed that it deleted all the rest
dagster-user-deployments
was because you need
Copy code
dagster-user-deployments:
  enableSubchart: false
in the main chart’s values
e

Eldan Hamdani

05/11/2022, 3:40 PM
I changed it to
false
and it still doesn’t work… I split to a separate helm chart a different
dagster-user-deployments
(I have 5) is it possible to split them in dagster?
j

johann

05/11/2022, 3:44 PM
You’re running a single
dagster-user-deployments
chart with multiple userDeployment entries right? Running multiple releases of the chart isn’t supported
e

Eldan Hamdani

05/11/2022, 3:45 PM
I’m using single
dagster-user-deployments
on each helm chart and I have 5
so isn’t supported?
j

johann

05/11/2022, 3:47 PM
Double checking with the team but I don’t think so. We expect 1 subchart
d

daniel

05/11/2022, 3:47 PM
I believe that's correct. It sounds like you might be interested in this feature request: https://github.com/dagster-io/dagster/issues/6295
e

Eldan Hamdani

05/11/2022, 3:49 PM
I don’t think so @daniel
I just want to split the helm chart and to work with single
dagster-user-deployments
on each helm chart
did you understand me?
d

daniel

05/11/2022, 3:52 PM
I did - the reason I linked to that issue is that it sounds similar in spirt to what it sounds like you're hoping to achieve - letting you independently spin up multiple user deployments without a dependency on a central helm chart
even if the exact particulars may be different
(Or at least I thought I did, let me know if I'm off base)
e

Eldan Hamdani

05/11/2022, 3:54 PM
yeah so it’s that, when is that should be work?
j

johann

05/11/2022, 4:08 PM
https://github.com/dagster-io/dagster/pull/7343 will be landing soon. That won’t make this work out of the gate, but it makes it possible to set up something on your end. There’s more details in the pr (contributed by a community member)
3 Views