Kubernetes XCOM 10.1.0 regresssion, sidecar isn't being shutdown after job is complete #45452
Open
2 tasks done
Labels
area:providers
kind:bug
This is a clearly a bug
needs-triage
label for new issues that we didn't triage yet
provider:cncf-kubernetes
Kubernetes provider related issues
Apache Airflow Provider(s)
cncf-kubernetes
Versions of Apache Airflow Providers
apache-airflow-providers-cncf-kubernetes==10.1.0
Apache Airflow version
2.10.4
Operating System
alpine
Deployment
Other Docker-based deployment
Deployment details
self hosted kubernetes on AWS
What happened
When the KubernetesPodOperator runs with xcom_push
it ends up stalling in the end because of
What you think should happen instead
A recent change caused this to change because it looks like the username changed, (now root). And we don't want to shut down all processed only the sleep that is causing the sidecar to wait. However, the new setup doesn't pick up those processed, and just returns an empty result.
How to reproduce
Can be tested manually either with the kubernetespodoperator, or via. debian/ubuntu by itself
Anything else
All the time.
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: