gmsantos commented on PR #23711:
URL: https://github.com/apache/airflow/pull/23711#issuecomment-1129290893

   @jedcunningham rebased and incorporated the review suggestions.
   
   It's working as expected in a dev deployment:
   
   ```shell
   > cat values.yaml
   [...]
   
   dagProcessor:
     enabled: true
   
   [...]
   
   > kubectl get pods
   NAME                                                    READY   STATUS      
RESTARTS   AGE
   airflow-cleanup-27546945-55mjl                          0/1     Completed   
0          41m
   airflow-cleanup-27546960-mslp7                          0/1     Completed   
0          26m
   airflow-cleanup-27546975-zvh75                          0/1     Completed   
0          11m
   airflow-dag-processor-68479f4fb-8bfnx                   1/1     Running     
0          3m52s
   airflow-scheduler-699b79bc7d-59wc2                      2/2     Running     
0          3m52s
   airflow-scheduler-699b79bc7d-j7xb4                      2/2     Running     
0          53s
   airflow-statsd-579db47f48-nms6x                         1/1     Running     
0          29h
   airflow-triggerer-5df797bbf6-zrng6                      1/1     Running     
0          3m51s
   airflow-webserver-78bcfc575-btwc4                       1/1     Running     
0          3m25s
   airflow-webserver-78bcfc575-vjrv2                       1/1     Running     
0          3m50s
   ```
   
   This deployment does not use gitsync or persistent volume mounted with the 
pods, but it should work according to the tests.


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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to