F D created AIRFLOW-5637:
----------------------------
Summary: KubeExecutor - Resource Request and Limits
Key: AIRFLOW-5637
URL: https://issues.apache.org/jira/browse/AIRFLOW-5637
Project: Apache Airflow
Issue Type: Improvement
Components: executor-kubernetes
Affects Versions: 1.10.5
Reporter: F D
Assignee: Daniel Imberman
KubeExecutor doesn't have a way to have pods be created with resource requests
or limits.
The only workaround is to set Namespace defaults, which the created pods pick
up.
I feel this could be a setting in `[kuberetes]` in `airflow.cfg`, or use the
`[operator]` defaults.
Here is the reference of the spec:
[https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.16/#resourcerequirements-v1-core]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)