https://dagster.io/ logo
#dagster-kubernetes
Title
# dagster-kubernetes
m

Matyas Tamas

02/12/2021, 11:04 PM
Hi - low-pri question about the helm chart in 0.10.5 - it appears that starting this release redis pods are part of the helm chart if you enable them. 1. If you already have an external redis service (e.g. I'm using a hosted one on GCP), it appears that there is no way to deploy the helm chart with redis enabled without also creating the (extraneous) redis pods 2. I haven't tested this carefully, so I might be mistaken, but if you decide to use the helm chart redis pods I'm not sure if the host addresses get passed correctly
c

cat

02/12/2021, 11:40 PM
oh good catching, fixing
m

Matyas Tamas

02/12/2021, 11:47 PM
Thanks! also, unrelatedly, I believe that there is a bug in
dagster new-repo
where the
dagster/python_modules/dagster/dagster/generate/new_repo/
directory isn't included by setup.py as package data in the distribution (so the command works if you install from source, but the new_repo template directory is missing in the packaged version)
👍 1
👀 1
c

cat

02/12/2021, 11:48 PM
thanks for raising! cc @bob ^^
b

bob

02/15/2021, 6:43 PM
hi @Matyas Tamas. thank you for catching that. i’ll work on a fix for that today