Update content/ja/docs/concepts/configuration/pod-priority-preemption.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
This commit is contained in:
translucens
2021-04-09 11:35:18 +09:00
committed by GitHub
parent a68cd7345f
commit 5db5305f5e
@@ -49,7 +49,7 @@ PriorityClassはnamespaceによらないオブジェクトで、優先度クラ
PriorityClassオブジェクトのメタデータの`name`フィールドにて名称を指定します。
値は`value`フィールドで指定し、必須です。
値が大きいほど、高い優先度を示します。
PriorityClassオブジェクトの名称は[DNSサブドメイン名](/docs/concepts/overview/working-with-objects/names#dns-subdomain-names)として適切であり、かつ`system-`から始まらないことが必要です
PriorityClassオブジェクトの名称は[DNSサブドメイン名](/docs/concepts/overview/working-with-objects/names#dns-subdomain-names)として適切であり、かつ`system-`から始まってはいけません
PriorityClassオブジェクトは10億以下の任意の32ビットの整数値を持つことができます。
それよりも大きな値は通常はプリエンプトや追い出すべきではない重要なシステム用のPodのために予約されています。