Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Currently, the native Kubernetes mode could support same request and limit for the cpu and memory resources. It will be a good improvement to allow different resource requests and limits. And it is very useful especially for the CPU resource since it heavily depends on the upstream workloads.
For the implementation, we could have the four config options of limit-factor, which could make the JM/TM benefit from burst resources.
kubernetes.jobmanager.cpu.limit-factor kubernetes.jobmanager.memory.limit-factor kubernetes.taskmanager.cpu.limit-factor kubernetes.taskmanager.memory.limit-factor
Attachments
Issue Links
- duplicates
-
FLINK-25378 kubernetes's request/limit resource can been seperated?
- Closed
- relates to
-
FLINK-24150 Support to configure cpu resource request and limit in pod template
- Open
- links to