Skip to content

Commit cc4348e

Browse files
Suggested changes at pod-priority-preemption.md
1 parent 4d50294 commit cc4348e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

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

0 commit comments

Comments
 (0)