Fix typos in Limit Ranges (#17665)

pull/17721/head
Pablo Castellano 2019-11-21 13:15:28 +01:00 committed by Kubernetes Prow Robot
parent 19e3a42b93
commit b2a9043df6
1 changed files with 1 additions and 1 deletions

View File

@ -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.