schattian commented on issue #23497:
URL: https://github.com/apache/airflow/issues/23497#issuecomment-1121121785

   @potiuk hm I don't see how that could help here.
   
   The code here continuous to be blocking execute: 
https://github.com/apache/airflow/blob/main/airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py#L386-L396
   and the new python api (looking at kubernetes==23.0) still allows hanging 
(which i think is desirable as it's just an sdk, and that would imply a change 
in the kube api itself really).
   
   The only issue i see is related in the k8s python implementation is 
https://github.com/kubernetes-client/python/issues/199 but was an 
implementation bug and affected all the calls (not only the ones affected by 
logrotate).


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

Reply via email to