Fix typo in limit-range.md. (#14730)

pull/14755/head
Carlone 2019-06-06 09:28:12 +08:00 committed by Kubernetes Prow Robot
parent cdc2ccff40
commit c19c669c7c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Within a namespace, a Pod or Container can consume as much CPU and memory as def
A limit range, defined by a `LimitRange` object, provides constraints that can:
- Enforce minimun and maximum compute resources usage per Pod or Container in a namespace.
- Enforce minimum and maximum compute resources usage per Pod or Container in a namespace.
- Enforce minimum and maximum storage request per PersistentVolumeClaim in a namespace.
- Enforce a ratio between request and limit for a resource in a namespace.
- Set default request/limit for compute resources in a namespace and automatically inject them to Containers at runtime.