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: content/en/docs/concepts/policy/limit-range.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -328,7 +328,7 @@ Error from server (Forbidden): error when creating "pvc-limit-greater.yaml": per
328
328
329
329
## Limits/Requests Ratio
330
330
331
-
If `LimitRangeItem.maxLimitRequestRatio`if specified in th`LimitRangeSpec`, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value
331
+
If `LimitRangeItem.maxLimitRequestRatio`is specified in the`LimitRangeSpec`, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value
332
332
333
333
The following `LimitRange` enforces memory limit to be at most twice the amount of the memory request for any pod in the namespace.
0 commit comments