Closed deepaksood619 closed 5 years ago
Did you ever figure out what was wrong, I'm getting this exact same issue
Actually running kubectl exec -it <POD> airflow initdb --namespace=<YOUR-NAMESPACE>
helped me fix that issue. I don't know why the db isn't being initialized the first time properly though
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.
This issue is being automatically closed due to inactivity.
Describe the bug A clear and concise description of what the bug is. When i create a new airflow deployment this error comes in flower logs
Version of Helm and Kubernetes:
helm version
kubectl version
Which chart: stable/airflow
What happened: Error while deploying airflow with default values
What you expected to happen: no errors
How to reproduce it (as minimally and precisely as possible):
helm install --name air -f airflow/values.yaml --namespace airflow stable/airflow --version 3.0.2
kubectl logs -f air-flower-55cb567664-hxhm6 -n airflow
Anything else we need to know: