abruyat commented on issue #45772:
URL: https://github.com/apache/airflow/issues/45772#issuecomment-2811929837
I have the same issue with Airflow 2.10.5
I want to run a task in a pod using `KubernetesPodOperator` with the option
`do_xcom_push`.
The task running inside the pod is done before the airflow-xcom-sidecar was
up and running:
```
base [2025-04-17T06:30:09.042+0000] {pod_manager.py:496} INFO - Last message
before the pod shut down
base
base [2025-04-17T06:30:09.062+0000] {pod_manager.py:772} INFO - Checking if
xcom sidecar container is started.
base [2025-04-17T06:30:09.084+0000] {pod_manager.py:779} INFO - The xcom
sidecar container has started.
```
Is there any option to wait for it before starting the task ?
--
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]