Hi, I am running Dagster on K8s and for some reaso...
# ask-community
g
Hi, I am running Dagster on K8s and for some reason Dagit is not being able to fetch the logs from the K8s job. Any idea on what could be happening? How can I investigate it?
dagster bot responded by community 1
d
I think you want to use computer log storage to propegate logs to Dagit https://docs.dagster.io/deployment/dagster-instance#compute-log-storage If you’re using Helm to deploy to K8s, you’d want to update these values
g
@Dustin Shapiro thanks. I will try it !