jedcunningham opened a new pull request, #28844:
URL: https://github.com/apache/airflow/pull/28844

   We weren't keeping track of which pods we'd finished with yet, so if you had 
`[kubernetes_executor] delete_worker_pods` false, your KubeExecutor would adopt 
every single remaining pod when starting up. Every time.
   
   We now annotate them with `airflow_done` when processing a pods event from 
the watcher, so we can ignore the pod when doing adoption.


-- 
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: commits-unsubscr...@airflow.apache.org

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

Reply via email to