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

Remove CPU limits rule #126

Merged
merged 3 commits into from
Feb 26, 2024
Merged

Remove CPU limits rule #126

merged 3 commits into from
Feb 26, 2024

Conversation

glindstedt
Copy link
Member

Checklist

  • I have read the Contributor Guide
  • I have read and agree to the Code of Conduct
  • I have added a description of my changes and why I'd like them included in the section below

Description of Changes

For most use cases setting a CPU limit can be detrimental for
performance, especially when serving requests over the network as it
impacts tail latencies.

Also there seems to have been some copy-pasta error where the rule
denying SYS_ADMIN capability was using the same check code K8S_08. I
switched so that it uses K8S_05 which seemed to be unclaimed.

Also updated CODEOWNERS

For most use cases setting a CPU limit can be detrimental for
performance, especially when serving requests over the network as it
impacts tail latencies.

Also there seems to have been some copy-pasta error where the rule
denying SYS_ADMIN capability was using the same check code K8S_08. I
switched so that it uses K8S_05 which seemed to be unclaimed.
@glindstedt glindstedt merged commit 6eb0263 into main Feb 26, 2024
2 checks passed
@glindstedt glindstedt deleted the gl/remove-cpu-limits-rule branch February 26, 2024 13:57
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.

2 participants