im deploying my dagster code (which works fine whe...
# ask-community
h
im deploying my dagster code (which works fine when i use dagit ) on kubernetes using the deployment tutorial in docs . but get the following error when i run my job
d
Hi haris - you'll want to install the
dagster-k8s
package as well in the image with your code in it, along with the
dagster
package
h
its already in the dockerfile
d
i think you want dagster-k8s not dagster_k8s
like the others
h
even with that got the same error
d
are you sure its being rebuilt? The error is consistent with dagster-k8s not being installed
and the fact that it was dagster_k8s before, which isn't a valid package and would have failed to install, makes me suspect the build might not be happening