gbonazzoli opened a new issue, #34937:
URL: https://github.com/apache/airflow/issues/34937

   ### Official Helm Chart version
   
   1.11.0 (latest released)
   
   ### Apache Airflow version
   
   2.7.1
   
   ### Kubernetes Version
   
   1.28.2
   
   ### Helm Chart configuration
   
   The vanilla command copied from documentation:
   
   ```
   helm upgrade --install airflow apache-airflow/airflow --namespace airflow 
--create-namespace
   ```
   
   does not work.
   
   Its output is:
   
   ```
   Release` "airflow" does not exist. Installing it now.
   Error: failed post-install: 1 error occurred:
        * timed out waiting for the condition
   ```
   
   ### Docker Image customizations
   
   None
   
   ### What happened
   
   This is the status during helm install:
   
   ```
   root@kube-console:~# k get all -n airflow
   NAME                                       READY   STATUS     RESTARTS      
AGE
   pod/airflow-postgresql-0                   0/1     Pending    0             
7m50s
   pod/airflow-redis-0                        0/1     Pending    0             
7m50s
   pod/airflow-run-airflow-migrations-dg9bx   1/1     Running    3 (50s ago)   
7m50s
   pod/airflow-scheduler-77b484b6d5-hfjlz     0/2     Init:0/1   3 (50s ago)   
7m50s
   pod/airflow-statsd-7d985bcb6f-77jfj        1/1     Running    0             
7m50s
   pod/airflow-triggerer-0                    0/2     Pending    0             
7m50s
   pod/airflow-webserver-95c88f8b8-mgdwt      0/1     Init:0/1   3 (53s ago)   
7m50s
   pod/airflow-worker-0                       0/2     Pending    0             
7m50s
   
   NAME                            TYPE        CLUSTER-IP       EXTERNAL-IP   
PORT(S)             AGE
   service/airflow-postgresql      ClusterIP   10.107.125.183   <none>        
5432/TCP            7m50s
   service/airflow-postgresql-hl   ClusterIP   None             <none>        
5432/TCP            7m50s
   service/airflow-redis           ClusterIP   10.111.97.240    <none>        
6379/TCP            7m50s
   service/airflow-statsd          ClusterIP   10.102.66.204    <none>        
9125/UDP,9102/TCP   7m50s
   service/airflow-triggerer       ClusterIP   None             <none>        
8794/TCP            7m50s
   service/airflow-webserver       ClusterIP   10.109.208.113   <none>        
8080/TCP            7m50s
   service/airflow-worker          ClusterIP   None             <none>        
8793/TCP            7m50s
   
   NAME                                READY   UP-TO-DATE   AVAILABLE   AGE
   deployment.apps/airflow-scheduler   0/1     1            0           7m50s
   deployment.apps/airflow-statsd      1/1     1            1           7m50s
   deployment.apps/airflow-webserver   0/1     1            0           7m50s
   
   NAME                                           DESIRED   CURRENT   READY   
AGE
   replicaset.apps/airflow-scheduler-77b484b6d5   1         1         0       
7m50s
   replicaset.apps/airflow-statsd-7d985bcb6f      1         1         1       
7m50s
   replicaset.apps/airflow-webserver-95c88f8b8    1         1         0       
7m50s
   
   NAME                                  READY   AGE
   statefulset.apps/airflow-postgresql   0/1     7m50s
   statefulset.apps/airflow-redis        0/1     7m50s
   statefulset.apps/airflow-triggerer    0/1     7m50s
   statefulset.apps/airflow-worker       0/1     7m50s
   
   NAME                                       COMPLETIONS   DURATION   AGE
   job.batch/airflow-run-airflow-migrations   0/1           7m50s      7m50s
   ```
   
   ### What you think should happen instead
   
   The last helm chart release 1.10.0 in a matter of seconds was able to 
install Airflow
   
   ### How to reproduce
   
   Give the vanilla command, also gave it on a Kubernetes 1.27.1 Cluster, sam 
results.
   
   ### Anything else
   
   No
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org.apache.org

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

Reply via email to