From b2a9043df6343655b224e9203deb838f18c31b7f Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Thu, 21 Nov 2019 13:15:28 +0100 Subject: [PATCH] Fix typos in Limit Ranges (#17665) --- content/en/docs/concepts/policy/limit-range.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/policy/limit-range.md b/content/en/docs/concepts/policy/limit-range.md index b49c012ca4..b007e13ed4 100644 --- a/content/en/docs/concepts/policy/limit-range.md +++ b/content/en/docs/concepts/policy/limit-range.md @@ -328,7 +328,7 @@ Error from server (Forbidden): error when creating "pvc-limit-greater.yaml": per ## Limits/Requests Ratio -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 +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 The following `LimitRange` enforces memory limit to be at most twice the amount of the memory request for any pod in the namespace.