-
Notifications
You must be signed in to change notification settings - Fork 16.5k
Closed
Labels
area:helm-chartAirflow Helm ChartAirflow Helm Chartarea:webserverWebserver related IssuesWebserver related Issues
Description
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?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:helm-chartAirflow Helm ChartAirflow Helm Chartarea:webserverWebserver related IssuesWebserver related Issues