Skip to content

Commit

Permalink
Fix typo in limit-range.md. (kubernetes#14730)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlonelong authored and Rajakavitha1 committed Jun 11, 2019
1 parent 352572d commit 50b7349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/policy/limit-range.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 50b7349

Please sign in to comment.