Closed shubham-vonage closed 3 weeks ago
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.
Hello, does anyone know how to handle such error? Have the same problem.
The issue is with cncf-provider-kubernetes. update it to 8.4 version. The issue will be solved
Apache Airflow Provider(s)
cncf-kubernetes
Versions of Apache Airflow Providers
apache-airflow-providers-cncf-kubernetes==8.0.1 kubernetes==29.0.0 kubernetes_asyncio==29.0.0
kubernetes version: Client Version: v1.28.0 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.28.9
Apache Airflow version
2.8.3
Operating System
Linux
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
What happened
I have deployed the airflow using official helm chart in my cluster. everything seems to be working fine, but when the scheduler is idle it gives this error:
The scheduler works normally but this error is continuously generated. The same chart doesn't give any error in other cluster. What might be the issue.
P.S.: I have read this issue : https://github.com/apache/airflow/issues/33066 but didnt get any conclusion on this.
What you think should happen instead
The scheduler should not give any error. The kubewatcher seems to be the core component for this issue.
How to reproduce
Use official helm chart 1.13.1 with these configs:
Anything else
This occurs continuously whenever the airflow scheduler is idle (it is not running any dags)
Are you willing to submit PR?
Code of Conduct