You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "chanjaljayaram (via GitHub)" <gi...@apache.org> on 2023/08/23 04:32:04 UTC

[GitHub] [airflow] chanjaljayaram commented on issue #33184: KubernetesPodOperator does not push XCOM

chanjaljayaram commented on issue #33184:
URL: https://github.com/apache/airflow/issues/33184#issuecomment-1689265253

   Maybe an issue here => [self._exec_pod_command(resp, "kill -s **SIGINT** 1")](https://github.com/apache/airflow/blob/a54c2424df51bf1acec420f4792a237dabcfa12b/airflow/providers/cncf/kubernetes/utils/pod_manager.py#L702).
   
   Got it working after I changed SIGINT in the kill command to INT.


-- 
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-unsubscribe@airflow.apache.org

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