apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
37.15k stars 14.32k forks source link

Helm chart airflow webserver not starting #44159

Open PecTheFabricator opened 3 hours ago

PecTheFabricator commented 3 hours ago

Official Helm Chart version

1.15.0 (latest released)

Apache Airflow version

2.10.3

Kubernetes Version

K3s

Helm Chart configuration

I have set only my external database

Docker Image customizations

None

What happened

I am trying to setup the Airflow via Helm chart, all the pods is going on, except the web server. I have tried running with the default helm chart values and making some changes, but both seems to give me the same thing. After some time, the pods restart, and keep in this loop. I can't find too much information in the logs. Below is the screenshots with he logs I have access to Webserver Pod Log image

Webserver Pod Describe section image

What you think should happen instead

No response

How to reproduce

  1. Run the following code, without any changes in the values.yaml helm upgrade --install airflow apache-airflow/airflow --namespace airflow-test --create-namespace

  2. Make changes to the database and set an external database

Anything else

No response

Are you willing to submit PR?

Code of Conduct

boring-cyborg[bot] commented 3 hours 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.