-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Enable nano unit for CPU requests #356
Comments
Hi @Letme, you should be able to adjust that with Let me know if that works! I don't think we have a flag regarding the rounding but please feel free to open a PR and we'd be happy to review! |
That is a solution, indeed. But it does only work with integer, so smallest unit is |
If you are doing it, there are surely others! But we've only used 1m as the smallest amount. |
Ok, I have changed the topic of this issue, so that that is more reflected. When I have time I will look a bit if I can easily add nano units to the script. |
Thanks!
…On Thu, Nov 7, 2024 at 11:24 AM Crt Mori ***@***.***> wrote:
Ok, I have changed the topic of this issue, so that that is more
reflected. When I have time I will look a bit if I can easily add nano
units to the script.
—
Reply to this email directly, view it on GitHub
<#356 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADYUB5EXK5CHRDBZNVDADLZ7MWTZAVCNFSM6AAAAABREOUDE2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRRG4ZDCNBZGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Is your feature request related to a problem? Please describe.
I feel like CPU Requests has a
10m
minimum, while Memory requests has100Mi
minimum. I have much smaller requests by default as my cluster also holds not that much usage intensive websites.Describe the solution you'd like
Make possibility to say minimum - not to suggest increase to
10m
for each usage. I would also go into a nano perspective in such case, and not round to1m
as it happens nowDescribe alternatives you've considered
I have simply discarded those suggestions, but it prevents automation.
Are you interested in contributing a PR for this?
I can provide improvements.
Additional context
My cluster has many pods running on
0.8m
CPU requests, which then enables better utilization of the available CPU power as simple nginx webserver with PHP or python never uses10m
CPU per container.The text was updated successfully, but these errors were encountered: