Re: [I] Kubernetes Pod Operator Task keeps Pod with Pending/Running state in detele_succeded_pod [airflow]
wolvery commented on issue #59083: URL: https://github.com/apache/airflow/issues/59083#issuecomment-3651695235 hey @jscheffl, I believe we should delete the pods for all scenarios and not failed Pods. I created this PR, If you could review it, please: https://github.com/apache/airflow/pull/59413 -- 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]
Re: [I] Kubernetes Pod Operator Task keeps Pod with Pending/Running state in detele_succeded_pod [airflow]
jscheffl closed issue #59083: Kubernetes Pod Operator Task keeps Pod with Pending/Running state in detele_succeded_pod URL: https://github.com/apache/airflow/issues/59083 -- 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]
Re: [I] Kubernetes Pod Operator Task keeps Pod with Pending/Running state in detele_succeded_pod [airflow]
SameerMesiah97 commented on issue #59083: URL: https://github.com/apache/airflow/issues/59083#issuecomment-3622421089 The pull request #59160 has been opened to close this issue. I understand that the bug reporter requested the logic for the 'delete_succeeded_pod' to be changed to delete all pods that have not 'Failed' but this might risk breaking backwards compatibility. Therefore, I propose adding a new flag 'delete_active_pods' to handle the cleanup of zombie pods in 'Running' or 'Pending' state on task completion or termination. @wolvery @shubham36deshpande — please feel free to review or comment if you believe any scenarios are missing, or if you'd still prefer to propose an alternative approach. -- 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]
Re: [I] Kubernetes Pod Operator Task keeps Pod with Pending/Running state in detele_succeded_pod [airflow]
SameerMesiah97 commented on issue #59083: URL: https://github.com/apache/airflow/issues/59083#issuecomment-3621949838 @shubham36deshpande I am about to submit a PR for this. But if you have something ready, I think you can open it. -- 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]
Re: [I] Kubernetes Pod Operator Task keeps Pod with Pending/Running state in detele_succeded_pod [airflow]
shubham36deshpande commented on issue #59083: URL: https://github.com/apache/airflow/issues/59083#issuecomment-3621780798 Hi @potiuk, this seems reasonable should we implement this? if yes, can I pick this issue up? -- 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]
