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

Obstructive flexibility in configuration of resources requests leads to inefficient allocation #348

Open
matake01 opened this issue Sep 3, 2024 · 0 comments

Comments

@matake01
Copy link

matake01 commented Sep 3, 2024

Is your feature request related to a problem? Please describe.
In the Helm Chart, there is no opportunity to set specific values for resources.requests.cpu|memory in the values file. requests.* and limits.* inherits the same values. The effect of this makes the Pods to over-allocate resources even while just idling.

Describe the solution you'd like
Establish opportunity to configure resources.requests.* and resources.limits.* separately in values.yaml.

Preferably, the minimum values would be auto-set into the limits while letting the requests be customized by the user, so that the cluster scheduler can perform planning of resources more efficient.

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