File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
content/ja/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Drain
3
+ id : drain
4
+ date : 2024-12-27
5
+ full_link :
6
+ short_description : >
7
+ メンテナンスや削除に備え、Podをノードから安全に退避します。
8
+ tags :
9
+ - fundamental
10
+ - operation
11
+ ---
12
+ メンテナンスや{{< glossary_tooltip text="クラスター" term_id="cluster" >}}からの削除に備え、{{< glossary_tooltip text="Pod" term_id="pod" >}}を{{< glossary_tooltip text="ノード" term_id="node" >}}から安全に退避する処理です。
13
+
14
+ <!-- more-->
15
+
16
+ ` kubectl drain ` コマンドは、{{< glossary_tooltip text="ノード" term_id="node" >}}をサービス停止中としてマークするために使用されます。
17
+ コマンドを実行すると、マークした{{< glossary_tooltip text="ノード" term_id="node" >}}からすべての{{< glossary_tooltip text="Pod" term_id="pod" >}}が退避されます。
18
+ 退避要求が一時的に拒否された場合、` kubectl drain ` はすべての{{< glossary_tooltip text="Pod" term_id="pod" >}}が終了するか、設定可能なタイムアウトに達するまで再試行します。
You can’t perform that action at this time.
0 commit comments