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


   I faced this problem some days ago.
   However, I tried install airflow using scripts shown below today and it 
seems working .
   
   
   ```bash
   #!/bin/bash -x
   rm -rf airflow
   git clone https://github.com/apache/airflow.git
   cd airflow/chart
   helm dependency update
   helm install airflow . -n airflow
   ```
   
   - results
   ```
   $ kubectl get pod
   NAME                                READY   STATUS    RESTARTS   AGE
   airflow-postgresql-0                1/1     Running   0          88s
   airflow-scheduler-db9d85f4d-5nx6j   2/2     Running   0          88s
   airflow-statsd-5556dc96bc-c24f5     1/1     Running   0          88s
   airflow-webserver-f4f4cb77f-xwgcn   1/1     Running   0          88s
   ```
   
   - My environemnt
     - OS: ubuntu 20.04
     - Kuberentes: v1.20.2 


-- 
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:
[email protected]


Reply via email to