Skip to content

Commit 9a86340

Browse files
authored
Merge pull request #50380 from yuto-kimura-g/loc/ja/50368
[ja] Translate content/en/docs/reference/glossary/drain.md into Japanese
2 parents c3d8c30 + c18bcd9 commit 9a86340

File tree

1 file changed

+18
-0
lines changed
  • content/ja/docs/reference/glossary

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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" >}}が終了するか、設定可能なタイムアウトに達するまで再試行します。

0 commit comments

Comments
 (0)