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/02/08 20:28:15 UTC

[GitHub] [airflow] Alxander64 opened a new issue #14138: Helm Scheduler Does Not Have dags emptyDir when Persistence Disabled

Alxander64 opened a new issue #14138:
URL: https://github.com/apache/airflow/issues/14138


   **Apache Airflow version**:
   
   2.0.0
   
   **What happened**:
   
   emptyDir named "dags" was not attached to the scheduler container when git-sync is enabled and persistence is disabled.
   
   I see the line responsible for this [here](https://github.com/apache/airflow/blob/master/chart/templates/scheduler/scheduler-deployment.yaml#L163).
   
   Not sure if this is intentional, or if there are some other things to consider before changing the condition to include checking the value of `.Values.dags.gitSync.enabled`.
   
   **What you expected to happen**:
   
   Expected the dags emptyDir to be attached.


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



[GitHub] [airflow] kaxil closed issue #14138: Helm Scheduler Does Not Have dags emptyDir when Persistence Disabled

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #14138:
URL: https://github.com/apache/airflow/issues/14138


   


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



[GitHub] [airflow] Alxander64 commented on issue #14138: Helm Scheduler Does Not Have dags emptyDir when Persistence Disabled

Posted by GitBox <gi...@apache.org>.
Alxander64 commented on issue #14138:
URL: https://github.com/apache/airflow/issues/14138#issuecomment-782289332


   I believe that issue covered the same thing this one was, so it should be good.


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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #14138: Helm Scheduler Does Not Have dags emptyDir when Persistence Disabled

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #14138:
URL: https://github.com/apache/airflow/issues/14138#issuecomment-775429749


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


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



[GitHub] [airflow] kaxil commented on issue #14138: Helm Scheduler Does Not Have dags emptyDir when Persistence Disabled

Posted by GitBox <gi...@apache.org>.
kaxil commented on issue #14138:
URL: https://github.com/apache/airflow/issues/14138#issuecomment-781742600


   https://github.com/apache/airflow/pull/14203 should have fixed it -- can you check and confirm, please?
   
   We can re-open the issue if it has not fixed it


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