airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Updated kuberentes pod operator to find pods only in running state

Open paramjeet01 opened this issue 9 months ago • 5 comments

The proposed changes to the find_pod method will ensure it selects only pods that are in the running state, effectively ignoring pods that are in the terminating state. This adjustment addresses the issue of pods remaining in the terminating state for an extended period.

closes: https://github.com/apache/airflow/issues/39096 related: https://github.com/apache/airflow/issues/39096


paramjeet01 avatar May 18 '24 15:05 paramjeet01