AutomationDev85 opened a new pull request, #54828: URL: https://github.com/apache/airflow/pull/54828
# Overview We faced the issue that the base container of a OPD which was stated by the KubernetesPodOperator was OOM killed but the KubeEvent did not show any thing regarding this. We have also the Pod deletion active and so it was hard to find the root cause for this issue. The idea is now to also read the Container states of the Pod and write into the log do have easier debugging possibility. # Details of change: * Add function to read the container states and write into the log * Execute the function during failure handling -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
