You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/03 02:13:00 UTC

[GitHub] [airflow] wolfier edited a comment on issue #21284: Container status for KubernetesPodOperator / KubernetesExecutor

wolfier edited a comment on issue #21284:
URL: https://github.com/apache/airflow/issues/21284#issuecomment-1028537456


   I believe it should be an easy additional (at least for the KubernetesPodOperator) since the information is part of the V1Pod class, `V1Pod.status.container_statuses[].state.terminated.reason`.
   
   The change would most likely be in the [cleanup section](https://github.com/apache/airflow/blob/main/airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py#L398).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org