airflow-chart icon indicating copy to clipboard operation
airflow-chart copied to clipboard

Unable to install chart "Deployment is not ready: airflow/airflow-scheduler"

Open flyerhawk opened this issue 3 years ago • 1 comments

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 avatar Jan 09 '22 18:01 flyerhawk

@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

pgvishnuram avatar Feb 18 '22 16:02 pgvishnuram

Neither this chart, nor the OSS chart subchart it uses, supports using the --wait flag. See https://github.com/apache/airflow/issues/11979.

jedcunningham avatar Feb 09 '23 00:02 jedcunningham