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/05 22:08:32 UTC

[GitHub] [airflow] jedcunningham commented on issue #15149: Kubernetes Executor does not delete pods stuck at creating because of volume mount errors

jedcunningham commented on issue #15149:
URL: https://github.com/apache/airflow/issues/15149#issuecomment-813678440


   This is related to, but not a duplicate of that other one. This issue identifies that the poison pill (e.g. "Mark failed") doesn't clean up the pending pod.
   
   Basically, the root problem is that once the scheduler creates the worker pod and sticks the TI in queued, it only listens to k8s events. If the pod will be 'forever pending' due to missing volume, well, it gets stuck forever. We probably want some timeout to handle these. I've opened #15218 to address this.
   
   


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