File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
content/ja/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Toleration
3
+ id : toleration
4
+ date : 2019-01-11
5
+ full_link : /ja/docs/concepts/scheduling-eviction/taint-and-toleration/
6
+ short_description : >
7
+ key、value、effectの3つの必須属性からなるコアオブジェクトです。
8
+ Tolerationは、対応するTaintを持つノードやノードグループにPodをスケジューリングできるようにします。
9
+ aka :
10
+ tags :
11
+ - core-object
12
+ - fundamental
13
+ ---
14
+ key、value、effectの3つの必須属性からなるコアオブジェクトです。
15
+ Tolerationは、対応する{{< glossary_tooltip text="Taint" term_id="taint" >}}を持つノードやノードグループにPodをスケジューリングできるようにします。
16
+
17
+ <!-- more-->
18
+
19
+ Tolerationと{{< glossary_tooltip text="Taint" term_id="taint" >}}は組になって機能し、Podが不適切なノードにスケジューリングされないことを保証します。
20
+ 1つ以上のTolerationが{{< glossary_tooltip text="Pod" term_id="pod" >}}に付与されます。
21
+ Tolerationは、付与された{{< glossary_tooltip text="Pod" term_id="pod" >}}が、対応する{{< glossary_tooltip text="Taint" term_id="taint" >}}を持つノードやノードグループへのスケジューリングを許可された(ただし、強制されるわけではない)ことを示します。
You can’t perform that action at this time.
0 commit comments