You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airflow.apache.org by Daniel Mateus Pires <dm...@gmail.com> on 2019/11/15 15:50:38 UTC

KubernetesPodOperator can't use get_logs

Hi there,

We use the KubernetesPodOperator and can't turn get_logs to True because of
this issue https://issues.apache.org/jira/browse/AIRFLOW-3534, this is a
major bug that fails pods

Daniel

Re: KubernetesPodOperator can't use get_logs

Posted by James Meickle <jm...@quantopian.com.INVALID>.
I've also found this to be a huge problem with the current pod operator; it
isn't very resilient to even temporary failures in the k8s API, which
_will_ occur if doing a live watch of logs.

On Fri, Nov 15, 2019 at 10:51 AM Daniel Mateus Pires <dm...@gmail.com>
wrote:

> Hi there,
>
> We use the KubernetesPodOperator and can't turn get_logs to True because of
> this issue https://issues.apache.org/jira/browse/AIRFLOW-3534, this is a
> major bug that fails pods
>
> Daniel
>