airflow-chart
airflow-chart copied to clipboard
Unable to install chart "Deployment is not ready: airflow/airflow-scheduler"
When I run "helm install airflow -n airflow astronomer/airflow" it fails saying waiting on condition.
When I run "helm install airflow -n airflow astronomer/airflow --debug --wait" I get the above error.
Any idea how to troubleshoot this?
@flyerhawk - not able to reproduce the issue
try with below command helm repo add astronomer https://helm.astronomer.io helm install airflow -n airflow astronomer/airflow --debug
if possible - provide full error log
Neither this chart, nor the OSS chart subchart it uses, supports using the --wait flag. See https://github.com/apache/airflow/issues/11979.