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.
1 parent a68cd73 commit 5db5305Copy full SHA for 5db5305
content/ja/docs/concepts/configuration/pod-priority-preemption.md
@@ -49,7 +49,7 @@ PriorityClassはnamespaceによらないオブジェクトで、優先度クラ
49
PriorityClassオブジェクトのメタデータの`name`フィールドにて名称を指定します。
50
値は`value`フィールドで指定し、必須です。
51
値が大きいほど、高い優先度を示します。
52
-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-`から始まってはいけません。
53
54
PriorityClassオブジェクトは10億以下の任意の32ビットの整数値を持つことができます。
55
それよりも大きな値は通常はプリエンプトや追い出すべきではない重要なシステム用のPodのために予約されています。
0 commit comments