Fokko Driesprong created AIRFLOW-2357: -----------------------------------------
Summary: Use a persisten volume for the Kubernetes logs Key: AIRFLOW-2357 URL: https://issues.apache.org/jira/browse/AIRFLOW-2357 Project: Apache Airflow Issue Type: Improvement Reporter: Fokko Driesprong Right now, when a pod exits, the log is lost forever because it is still in the container. By mounting a persistent volume we can easily fix this and this allows us to have logs on our local machines (minikube). In production you might want to write your logs to GCS/S3/etc. -- This message was sent by Atlassian JIRA (v7.6.3#76005)