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
Copy file name to clipboardExpand all lines: vertical-pod-autoscaler/enhancements/8515-support-custom-request-to-limit-ratio/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,9 @@ Some examples of the VPA CRD using the new `RequestToLimitRatio` field are provi
63
63
A new `RequestToLimitRatio` field will be added, with the following sub-fields:
64
64
65
65
*[Optional]`RequestToLimitRatio.CPU.Type` or `RequestToLimitRatio.Memory.Type` (type `string`): Specifies how to apply limits proportionally to the requests. `Type` can have the following values:
66
-
*`Factor` (type: `floating-point number`): Interpreted as a multiplier for the recommended request.
66
+
*`Factor`: Interpreted as a multiplier for the recommended request.
67
67
* Example: a value of `2` will double the limits.
68
-
*`Quantity` (type: `string`): Adds an absolute value on top of the requests to determine the new limit.
68
+
*`Quantity`: Adds an absolute value on top of the requests to determine the new limit.
69
69
* Example: for memory, a value of `100Mi` means the new limit will be: calculated memory request + `100Mi`.
70
70
* If `RequestToLimitRatio.CPU.Type` or `RequestToLimitRatio.Memory.Type` is not specified, the default value is `Factor`.
0 commit comments