What problem are you trying to solve?
Support pod PID limits through NodePool spec.template.spec.kubelet
How important is this feature to you?
We need to colocate workloads that spawns large numbers of processes with other regular workloads, without having a dedicated node pool for them which could add more operational overhead.
We also want to avoid using a Custom amiFamily in our EC2NodeClass which could cause more complexity in maintenance too.
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
What problem are you trying to solve? Support pod PID limits through NodePool spec.template.spec.kubelet
How important is this feature to you? We need to colocate workloads that spawns large numbers of processes with other regular workloads, without having a dedicated node pool for them which could add more operational overhead. We also want to avoid using a Custom amiFamily in our EC2NodeClass which could cause more complexity in maintenance too.