We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f347c commit e8c9ddaCopy full SHA for e8c9dda
content/ja/docs/reference/glossary/limitrange.md
@@ -0,0 +1,22 @@
1
+---
2
+title: LimitRange
3
+id: limitrange
4
+date: 2019-04-15
5
+full_link: /ja/docs/concepts/policy/limit-range/
6
+short_description: >
7
+ 各Namespace内のコンテナまたはPodごとのリソース消費量を制限するための制約を提供します。
8
+
9
+aka:
10
+tags:
11
+- core-object
12
+- fundamental
13
+- architecture
14
+related:
15
+ - pod
16
+ - container
17
18
19
+ 各Namespace内の{{< glossary_tooltip text="コンテナ" term_id="container" >}}または{{< glossary_tooltip text="Pod" term_id="pod" >}}ごとのリソース消費量を制限するための制約を提供します。
20
21
+<!--more-->
22
+LimitRangeは、タイプごとに作成できるオブジェクトの数量を制限するだけでなく、Namespace内の個々の{{< glossary_tooltip text="コンテナ" term_id="container" >}}または{{< glossary_tooltip text="Pod" term_id="pod" >}}によって要求または消費される計算リソースの量も制限します。
0 commit comments