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

feat: wider scopes for startup CPU boost #61

Open
3 tasks
mikouaj opened this issue Aug 13, 2024 · 0 comments
Open
3 tasks

feat: wider scopes for startup CPU boost #61

mikouaj opened this issue Aug 13, 2024 · 0 comments

Comments

@mikouaj
Copy link
Member

mikouaj commented Aug 13, 2024

Community Note

  • 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

Introduce two new startup CPU boosts types as proposed in #55 and #56

  • ClusterStartupCPUBoost - cluster wide startup CPU boost that matches PODs across all of the namespaces with a given selector
  • NamespaceStartupCPUBoost - namespace'd startup CPU boost that matches all of the PODs within the given namespace

The POD should be matched against the startup CPU boost with most specific scope.
StartupCPUBoost -- no-match --> NamespaceStartupCPUBoost -- no-match --> ClusterStartupCPUBoost

Tasks:

  • Decouple common / core startup CPU boost logic from the implementation
  • Implement NamespaceStartupCPUBoost
  • Implement ClusterStartupCPUBoost

References

@mikouaj mikouaj mentioned this issue Aug 13, 2024
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

No branches or pull requests

1 participant