Skip to content

Commit d7688dc

Browse files
authored
Merge pull request #42582 from ADITYADAS1999/ADITYADAS1999-patch-1
[ja] Add a translation in PriorityClass Value Range Description
2 parents 4f6e7ee + cc4348e commit d7688dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/concepts/scheduling-eviction/pod-priority-preemption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ PriorityClassオブジェクトのメタデータの`name`フィールドにて
5151
値が大きいほど、高い優先度を示します。
5252
PriorityClassオブジェクトの名称は[DNSサブドメイン名](/ja/docs/concepts/overview/working-with-objects/names#dns-subdomain-names)として適切であり、かつ`system-`から始まってはいけません。
5353

54-
PriorityClassオブジェクトは10億以下の任意の32ビットの整数値を持つことができます。
54+
PriorityClassオブジェクトは10億以下の任意の32ビットの整数値を持つことができます。これは、PriorityClassオブジェクトの値の範囲が-2147483648から1000000000までであることを意味します。
5555
それよりも大きな値は通常はプリエンプトや追い出すべきではない重要なシステム用のPodのために予約されています。
5656
クラスターの管理者は割り当てたい優先度に対して、PriorityClassオブジェクトを1つずつ作成すべきです。
5757

0 commit comments

Comments
 (0)