[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
pull/48673/head
leaf-soba 2024-11-10 18:58:44 +09:00 committed by GitHub
parent f7f347ca0e
commit e8c9dda2a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
---
title: LimitRange
id: limitrange
date: 2019-04-15
full_link: /ja/docs/concepts/policy/limit-range/
short_description: >
各Namespace内のコンテナまたはPodごとのリソース消費量を制限するための制約を提供します。
aka:
tags:
- core-object
- fundamental
- architecture
related:
- pod
- container
---
各Namespace内の{{< glossary_tooltip text="コンテナ" term_id="container" >}}または{{< glossary_tooltip text="Pod" term_id="pod" >}}ごとのリソース消費量を制限するための制約を提供します。
<!--more-->
LimitRangeは、タイプごとに作成できるオブジェクトの数量を制限するだけでなく、Namespace内の個々の{{< glossary_tooltip text="コンテナ" term_id="container" >}}または{{< glossary_tooltip text="Pod" term_id="pod" >}}によって要求または消費される計算リソースの量も制限します。