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 2022/10/19 17:55:08 UTC

[GitHub] [airflow] noah-gil commented on issue #16176: Quickstart Helm Chart fails post-install

noah-gil commented on issue #16176:
URL: https://github.com/apache/airflow/issues/16176#issuecomment-1284376439

   I was able to resolve this for my single-node testing cluster. Checking the `kubectl describe` for the postgresql pod, I noticed that it could not bind a persistent volume claim, which had the effect of every pod failing to connect to postgres (as it could not start). I also noticed that other pods failed to bind a persistent volume claim too, namely the redis and worker pods. The solution was to create 3 persistent volumes with sufficient space (10 GB for 2 of them, and 100 GB for the 3rd) and to make sure the storage classes for each was set to `""` (empty string).


-- 
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-unsubscribe@airflow.apache.org

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