Skip to content

Commit 5db5305

Browse files
Update content/ja/docs/concepts/configuration/pod-priority-preemption.md
Co-authored-by: nasa9084 <[email protected]>
1 parent a68cd73 commit 5db5305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

5454
PriorityClassオブジェクトは10億以下の任意の32ビットの整数値を持つことができます。
5555
それよりも大きな値は通常はプリエンプトや追い出すべきではない重要なシステム用のPodのために予約されています。

0 commit comments

Comments
 (0)