Pritesh Patel
Pritesh Patel
Running into this problem as well.
@zifeo I got past it by adding config `AIRFLOW__KUBERNETES__DAGS_IN_IMAGE: "True"` eg: ``` apiVersion: airflow.k8s.io/v1alpha1 kind: AirflowCluster metadata: name: airflow-cluster spec: config: airflow: AIRFLOW__SCHEDULER__DAG_DIR_LIST_INTERVAL: "100" AIRFLOW__KUBERNETES__DAGS_IN_IMAGE: "True" ``` Im syncing using...
@zifeo ``` apiVersion: airflow.k8s.io/v1alpha1 kind: AirflowCluster metadata: name: airflow-cluster spec: config: airflow: AIRFLOW__SCHEDULER__DAG_DIR_LIST_INTERVAL: "100" AIRFLOW__KUBERNETES__DAGS_IN_IMAGE: "True" executor: Kubernetes ui: replicas: 1 version: "1.10.2" scheduler: version: "1.10.2" worker: version: "1.10.2" dags:...
I just ran into this - was pretty confusing, if the plan is to stick this - it would be helpful if it was mentioned somewhere.