Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Add support to specify Submitter job's requests, limits and NodeSelector #455

Open
iftachsc opened this issue Jun 23, 2021 · 0 comments
Open

Comments

@iftachsc
Copy link

we currently benchmark the operator to reflect real situration where tens of jobs come up concurrently.
we observe an issue where the submitters pods reach each one consume 1000m+ cpu. since there are no resources what so ever for the submitter k8s job, they are filling the nodes and easily making the nodes choke. since we dont control the submitter nodeselector this also influences the JobManagers on these nodes since they dont come up since the node is on 100% because of the submitters (we currently solve this with taints and tolerations for the other workloads) but it would really make it easy to control the submitters requests,limits and nodeselectors.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant