Re: Passing Custom Env variables while launching k8 Pod

2018-10-29 Thread Grant Nicholas
At the moment there is not a way to configure environmental variables on a per-task basis, but it shouldn't be too hard to add that functionality. Extra config options can be passed through the `executor_config` on any operator: https://github.com/apache/incubator-airflow/blob/master/airflow/model

Passing Custom Env variables while launching k8 Pod

2018-10-29 Thread ramandumcs
Hi All, Is there a way to provide env variables while launching K8 pod through K8 executor. we need to pass some env variable which are referred inside our Airflow Operator. so can we provide custom env variable to docker run command while launching task pod. Currently it seems that it support