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
Webserver Pod Describe section
What you think should happen instead
No response
How to reproduce
Run the following code, without any changes in the values.yaml
helm upgrade --install airflow apache-airflow/airflow --namespace airflow-test --create-namespace
Make changes to the database and set an external database
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.
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
Webserver Pod Describe section
What you think should happen instead
No response
How to reproduce
Run the following code, without any changes in the values.yaml helm upgrade --install airflow apache-airflow/airflow --namespace airflow-test --create-namespace
Make changes to the database and set an external database
Anything else
No response
Are you willing to submit PR?
Code of Conduct