-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.10.3
-
Fix Version/s: None
-
Component/s: executors
-
Labels:
At this time the KubernetesExecutor does not honor resource limits or requests set in the resources task attribute.
It is possible to set limits and requests by passing an executor_config dict, however this method seems sub-optimal, considering that a generic built-in task attribute with essentially the same purpose is already available.
I think we should implement this functionality, but gate it behind an opt-in configuration parameter to ensure backwards-compatibility.