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 2020/03/06 18:30:11 UTC

[GitHub] [airflow-on-k8s-operator] RohitR1 opened a new issue #11: Why architecture is different from configmap?

RohitR1 opened a new issue #11: Why architecture is different from configmap?
URL: https://github.com/apache/airflow-on-k8s-operator/issues/11
 
 
   As you can see https://github.com/apache/airflow-on-k8s-operator/blob/master/templates/airflow-configmap.yaml#L37 `executor = KubernetesExecutor`
   
   But in it shows CeleryExecutor: https://github.com/apache/airflow-on-k8s-operator/blob/master/docs/airflow-cluster.png
   
   Lot of confusions..
   
   Basic questions: 
   - Does this operator support KubernetesExecutor?
   
   If yes, Where is docs on installing multi node airflow with KubernetesExecutor?
   

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


With regards,
Apache Git Services

[GitHub] [airflow-on-k8s-operator] barney-s commented on issue #11: Why architecture is different from configmap?

Posted by GitBox <gi...@apache.org>.
barney-s commented on issue #11: Why architecture is different from configmap?
URL: https://github.com/apache/airflow-on-k8s-operator/issues/11#issuecomment-598994625
 
 
   config map is used only if Executor type is K8s in the CRD
   https://github.com/apache/airflow-on-k8s-operator/blob/dd430eaa7c3add972f410e058a2fe0a4a58eeb64/controllers/airflowcluster_controller.go#L726
   
   It does support it but needs some TLC and may be broken:
   https://github.com/apache/airflow-on-k8s-operator/blob/master/hack/sample/mysql-k8s/cluster.yaml
   
   
   

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


With regards,
Apache Git Services

[GitHub] [airflow-on-k8s-operator] RohitR1 commented on issue #11: Why architecture is different from configmap?

Posted by GitBox <gi...@apache.org>.
RohitR1 commented on issue #11: Why architecture is different from configmap?
URL: https://github.com/apache/airflow-on-k8s-operator/issues/11#issuecomment-603696127
 
 
   > needs some TLC and may be broken
   
   Sorry didn't understand, What is TLC? and the operator currently is not stable to use?

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


With regards,
Apache Git Services