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?
As you can see https://github.com/apache/airflow-on-k8s-operator/blob/master/templates/airflow-configmap.yaml#L37
executor = KubernetesExecutorBut in it shows CeleryExecutor: https://github.com/apache/airflow-on-k8s-operator/blob/master/docs/airflow-cluster.png
Lot of confusions..
Basic questions:
If yes, Where is docs on installing multi node airflow with KubernetesExecutor?