James Meickle created AIRFLOW-3304:
--------------------------------------
Summary: Kubernetes pod operator does not capture init container
logs
Key: AIRFLOW-3304
URL: https://issues.apache.org/jira/browse/AIRFLOW-3304
Project: Apache Airflow
Issue Type: Improvement
Components: kubernetes
Affects Versions: 1.10.0
Reporter: James Meickle
The KubernetesPodOperator attempts to stream logs from the created pod.
However, it only gets logs from the 'base' container. If you subclass this
operator and modify the pod to also have init containers, their logs are not
streamed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)