You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When specifying CPU requests in quota trees, the number given is assumed to be in millicores and not full CPUs. For example, cpu: 1000 is taken to be 1000m = 1 CPUs as opposed to 1000 CPUs. This deviates from Kubernetes convention where in order to specify millicores an m is appended at the end of the request.
The text was updated successfully, but these errors were encountered:
When specifying CPU requests in quota trees, the number given is assumed to be in millicores and not full CPUs. For example,
cpu: 1000
is taken to be1000m = 1
CPUs as opposed to 1000 CPUs. This deviates from Kubernetes convention where in order to specify millicores anm
is appended at the end of the request.The text was updated successfully, but these errors were encountered: