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 2021/04/27 13:00:29 UTC

[GitHub] [airflow] ashb commented on issue #12728: KubePodOperator sometimes fails with `Unable to parse string [failed]`

ashb commented on issue #12728:
URL: https://github.com/apache/airflow/issues/12728#issuecomment-827587630


   @bmfisher If you happen to still have those pod logs in your ES, could you go and search through them and find where the log line starts with "failed" or "Unable"? i.e. I'd love to be able to see the line the errors and a few lines (10?) either side of it.
   
   Same to anyone who has this problem: if you are able to get the "raw" pod  logs via `kubectl ... get logs <podname> --timestamps` this would be very helpful in debugging this issue. You probably need to set `is_delete_operator_pod=False` in the DAG to not have the pod be automatically failed.


-- 
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.

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