You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Sam Danbury (JIRA)" <ji...@apache.org> on 2019/08/12 13:24:00 UTC

[jira] [Created] (AIRFLOW-5173) Pass worker pod resource limits and requests from airflow config for KubernetesExecutor

Sam Danbury created AIRFLOW-5173:
------------------------------------

             Summary: Pass worker pod resource limits and requests from airflow config for KubernetesExecutor
                 Key: AIRFLOW-5173
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5173
             Project: Apache Airflow
          Issue Type: Improvement
          Components: configuration
    Affects Versions: 1.10.4
            Reporter: Sam Danbury


It is possible to send in resource limits and requests as part of the `executor_config` argument at a task/operator level. However, there is not currently a way to pass config in at the executor level to apply a default resource configuration for all KubernetesExecutor worker pods.

 

The entire pod spec is not currently supported at an airflow.cfg level, which is a larger task. This issue is specifically for the resource limits and requests part of the spec.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)