Channels
dagster-de
integration-airbyte
topic-async-execution
local-japan
dagster-cube
community-freelance
dagster-wandb
dagster-feedback
community-machine-learning
integration-bigquery
dagster-university
ask-community
dagster-dask
integration-snowflake
dagster-releases
integration-dbt
faq-read-me-before-posting
tools
feature-insights
feature-pipes
project-flexible-range-backfills
data-platform-design
community-events
dagster-serverless
dagster-noteable
introductions
integration-airflow
dagster-cloud
random
dagster-spatial
ask-ai
announcements
github-discussions
豆瓣酱帮
dagstereo
deployment-ecs
deployment-kubernetes
jobs
community-showcase
feature-asset-checks
Powered by
#ask-community
Title
# ask-community
g
Gustavo Carvalho
01/31/2023, 1:26 AM
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
Dusty Shapiro
01/31/2023, 2:51 AM
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
Gustavo Carvalho
02/01/2023, 2:03 PM
@Dustin Shapiro
thanks. I will try it !
Post