Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use requests and limits specified in envs / feat: specify priority #23

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sedflix
Copy link

@sedflix sedflix commented Jul 29, 2022

Even though the README.md mentions the feature of specifying CHECK_POD_CPU_REQUEST, CHECK_POD_CPU_LIMIT, CHECK_POD_MEM_REQUEST, CHECK_POD_MEM_LIMIT; it's not used while creating pods.
Due to this the default request and limits of the namespace are applied(These limits are pretty large as compared what is required for our jobs). We get a lot of false positives in which the job faces "OutOfCPU" error on a particular node.

Moreover, since this a critical check we should have a feature to specify the priority of the pods/jobs being created.

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

Successfully merging this pull request may close these issues.

1 participant