Under which category would you file this issue?
Helm chart
Apache Airflow version
3.2.2 (helm 1.2.2)
What happened and how to reproduce it?
Default helm chart uses livenessProbe with command: ~ for dagProcessor.
This uses the default command to check liveness which always fails:
airflow jobs check --job-type DagProcessorJob --hostname $(hostname)
Causing the dagProcessor to be restarted by k8s every 5min (livenessProbe failure)
What you think should happen instead?
No response
Operating System
No response
Deployment
Official Apache Airflow Helm Chart
Apache Airflow Provider(s)
No response
Versions of Apache Airflow Providers
No response
Official Helm Chart version
1.22.0 (latest released)
Kubernetes Version
No response
Helm Chart configuration
No response
Docker Image customizations
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
Under which category would you file this issue?
Helm chart
Apache Airflow version
3.2.2 (helm 1.2.2)
What happened and how to reproduce it?
Default helm chart uses livenessProbe with
command: ~for dagProcessor.This uses the default command to check liveness which always fails:
airflow jobs check --job-type DagProcessorJob --hostname $(hostname)Causing the dagProcessor to be restarted by k8s every 5min (livenessProbe failure)
What you think should happen instead?
No response
Operating System
No response
Deployment
Official Apache Airflow Helm Chart
Apache Airflow Provider(s)
No response
Versions of Apache Airflow Providers
No response
Official Helm Chart version
1.22.0 (latest released)
Kubernetes Version
No response
Helm Chart configuration
No response
Docker Image customizations
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct