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

Change unset-cpu-requirements check #694

Closed
janisz opened this issue Jan 23, 2024 · 0 comments · Fixed by #734
Closed

Change unset-cpu-requirements check #694

janisz opened this issue Jan 23, 2024 · 0 comments · Fixed by #734
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@janisz
Copy link
Collaborator

janisz commented Jan 23, 2024

Currently the unset-cpu-requirements requires requests and limits while in general having only requests should be sufficient. Requests are essential for scheduling, and since omitting limits would simply allow the application to utilize a slightly higher amount of CPU if necessary, we should no longer recommend specifying both requests and limits.

The change should happen in check definition

As well in related tests:
@test "unset-cpu-requirements" {

@janisz janisz added enhancement New feature or request good first issue Good for newcomers labels Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
1 participant