Skip to content

Commit e8c9dda

Browse files
authored
[ja] Localize glossary entry for "LimitRange" (#47896)
* solve issue #47684 solve issue #47684 * fix limitrange.md 1. use `pod` and `namespace` instead of `ポッド` and `ネームスペース` 2. fix a preposition issue
1 parent f7f347c commit e8c9dda

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)