From 7bfe66027f143ebcfcfbcc6a52bc40fdddb1eba4 Mon Sep 17 00:00:00 2001 From: Elvadas NONO Date: Tue, 30 Apr 2019 21:46:59 +0200 Subject: [PATCH] Glossary entry for limitrange (#14084) --- .../en/docs/reference/glossary/limitrange.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 content/en/docs/reference/glossary/limitrange.md diff --git a/content/en/docs/reference/glossary/limitrange.md b/content/en/docs/reference/glossary/limitrange.md new file mode 100755 index 0000000000..128d538b66 --- /dev/null +++ b/content/en/docs/reference/glossary/limitrange.md @@ -0,0 +1,23 @@ +--- +title: LimitRange +id: limitrange +date: 2019-04-15 +full_link: /docs/concepts/policy/limit-range/ +short_description: > + Provides constraints to limit resource consumption per Containers or Pods in a namespace. + +aka: +tags: +- core-object +- fundamental +- architecture +related: + - pod + - container + +--- + Provides constraints to limit resource consumption per {{< glossary_tooltip text="Containers" term_id="container" >}} or {{< glossary_tooltip text="Pods" term_id="pod" >}} in a namespace. + + +LimitRange limits the quantity of objects that can be created by type, +as well as the amount of compute resources that may be requested/consumed by individual {{< glossary_tooltip text="Containers" term_id="container" >}} or {{< glossary_tooltip text="Pods" term_id="pod" >}} in a namespace. \ No newline at end of file