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.
2 parents 4f6e7ee + cc4348e commit d7688dcCopy full SHA for d7688dc
content/ja/docs/concepts/scheduling-eviction/pod-priority-preemption.md
@@ -51,7 +51,7 @@ PriorityClassオブジェクトのメタデータの`name`フィールドにて
51
値が大きいほど、高い優先度を示します。
52
PriorityClassオブジェクトの名称は[DNSサブドメイン名](/ja/docs/concepts/overview/working-with-objects/names#dns-subdomain-names)として適切であり、かつ`system-`から始まってはいけません。
53
54
-PriorityClassオブジェクトは10億以下の任意の32ビットの整数値を持つことができます。
+PriorityClassオブジェクトは10億以下の任意の32ビットの整数値を持つことができます。これは、PriorityClassオブジェクトの値の範囲が-2147483648から1000000000までであることを意味します。
55
それよりも大きな値は通常はプリエンプトや追い出すべきではない重要なシステム用のPodのために予約されています。
56
クラスターの管理者は割り当てたい優先度に対して、PriorityClassオブジェクトを1つずつ作成すべきです。
57
0 commit comments