You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/09 03:51:03 UTC

[GitHub] [airflow] patsevanton commented on issue #15340: helm install airflow in namespace get error: File "", line 32, in TimeoutError: There are still unapplied migrations after 60 seconds

patsevanton commented on issue #15340:
URL: https://github.com/apache/airflow/issues/15340#issuecomment-857350317


   @LiboShen 
   How add wait false to install 
   I install airflow:
   ```
   git clone https://github.com/apache/airflow.git
   cd airflow/chart/
   helm dependency update
   kubectl create namespace apatsev
   werf helm install --wait --set webserver.defaultUser.password=password,ingress.enabled=true,ingress.hosts[0]=airflow.192.168.22.8.sslip.io --namespace apatsev airflow ./
   ```
   Create file or add option?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org