RNHTTR commented on issue #39791: URL: https://github.com/apache/airflow/issues/39791#issuecomment-2131315216
If I understand correctly, when [`reattach_on_restart`](https://github.com/apache/airflow/blob/f4c4519f89fcfacf9ef3494f820e4138a2ec3d05/airflow/providers/cncf/kubernetes/operators/pod.py#L151) is set to true, the KubernetesPodOperator will use the same worker pod if the container within the pod dies instead of creating a new pod. In the case where the pod itself is killed (which I think would be the case when the node that the worker pod is running on is wiped out), I don't think `reattach_on_restart` applies. -- 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]
