-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Pod request values can have mB unit when set as percentage of limit #8391
Comments
A few options:
I am pursuing 2 since I think 1 may impact backwards compatibility. |
Another thing: the current code allows for cpu precision below a millicore. for example, 0.5m or 100.5m, we should also round those up. |
so derek's fix will get rid of the fact that there are mB but we will still On Thu, Apr 7, 2016 at 3:09 PM, Derek Carr [email protected] wrote:
|
@danmcp can this be labeled p1 since we are actually storing invalid data (i.e. a fractional byte, and a fractional millicore) |
See memory usage below. Values like this also appear in the pod template for memory request. It looks like we're using mB to avoid losing precision when calculating request as a percentage of limit.
/cc @sspeiche @sosiouxme @jwforres @derekwaynecarr
The text was updated successfully, but these errors were encountered: