Search before asking
Description
Now the pod use jobmanager cpu and memory as resource request and limit in kubernetes application mode.
When we set taskmanager cpu and memory more than jobmanager,it don't work.
We have to modify deploment yaml after start job in k8s,otherwise it will throw OutOfMemoryException.
We need to set the resource requests and limits are sum of jobmanager cpu/mem and taskmanager cpu/mem
Use case


Related issues
No response
Are you willing to submit a PR?
Code of Conduct