airflow helm chart installation not working #24108
Replies: 7 comments 3 replies
-
Thanks for opening your first issue here! Be sure to follow the issue template! |
Beta Was this translation helpful? Give feedback.
-
helm install airflow apache-airflow/airflow --namespace airflow --debug client.go:290: [debug] Starting delete for "airflow-broker-url" Secret |
Beta Was this translation helpful? Give feedback.
-
I think this is specific to your configuration. You need to take a look at the logs of your migration job and see what kind of errors you see - and explain what kind of custom configuration you have. You can use Converting that into discussion until more details are provided. |
Beta Was this translation helpful? Give feedback.
-
We would love to help you with that - but without you doing investigation we are not able. Help us to help you. |
Beta Was this translation helpful? Give feedback.
-
I have the same problem and behavior from the helm chart when I try to deploy it.
I tried with the default database (bitnami image of I found this question on stackoverflow without answer reporting the same error. |
Beta Was this translation helpful? Give feedback.
-
hello, I think the problem is in the "pods" of psql:
In my case, the redis and statsd pods are raised with any problem. the scheduler, triggerer, webserver, and worker pods keep waiting for the init container |
Beta Was this translation helpful? Give feedback.
-
@potiuk I have the same issue and I am willing to share the logs or any other details. I tried getting the logs to pods using Please let me know if there is anything else I can do to view some logs |
Beta Was this translation helpful? Give feedback.
-
Official Helm Chart version
1.6.0 (latest released)
Apache Airflow version
2.3.1 (latest released)
Kubernetes Version
1.21
Helm Chart configuration
No response
Docker Image customisations
No response
What happened
airflow not installing properly as per the command given in documentation
https://airflow.apache.org/docs/helm-chart/stable/index.html#installing-the-chart
What you think should happen instead
No response
How to reproduce
helm repo add apache-airflow https://airflow.apache.org
helm upgrade --install airflow apache-airflow/airflow --namespace airflow --create-namespace
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions