File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
concepts/scheduling-eviction Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ weight: 90
25
25
を参照してください。
26
26
{{< /warning >}}
27
27
28
- ## 優先度とプリエンプションを使う方法
28
+ ## 優先度とプリエンプションを使う方法 {#how-to-use-priority-and-preemption}
29
29
30
30
優先度とプリエンプションを使うには、
31
31
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : PriorityClass
3
+ id : priority-class
4
+ date : 2024-03-19
5
+ full_link : /ja/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass
6
+ short_description : >
7
+ クラス名からPodが持つべきスケジューリングの優先度への対応付け。
8
+ aka :
9
+ tags :
10
+ - core-object
11
+ ---
12
+ PriorityClassは、そのクラスに属するPodに割り当てるべきスケジューリングの優先度のための名前付きクラスです。
13
+
14
+ <!-- more-->
15
+
16
+ [ PriorityClass] ( /ja/docs/concepts/scheduling-eviction/pod-priority-preemption/#how-to-use-priority-and-preemption ) は、名前を整数の優先度に対応付けする名前空間に属さないオブジェクトであり、Podのために用いられます。
17
+ 名前は` metadata.name ` フィールド、優先度の値は` value ` フィールドで指定されます。
18
+ 優先度の値の範囲は、-2147483648から1000000000までです。
19
+ 値が大きいほど優先度が高いことを示します。
You can’t perform that action at this time.
0 commit comments