Skip to content

Commit 255bfca

Browse files
authored
Merge pull request #55632 from kfess/issue-55631
[ja] Translate content/docs/reference/glossary/pod-disruption.md into Japanese
2 parents d2f4ad5 + c364742 commit 255bfca

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
id: pod-disruption
3+
title: Pod Disruption
4+
full_link: /docs/concepts/workloads/pods/disruptions/
5+
short_description: >
6+
ノード上のPodが自発的または非自発的に終了されるプロセス。
7+
8+
aka:
9+
related:
10+
- pod
11+
- container
12+
tags:
13+
- operation
14+
---
15+
16+
[Pod disruption](/docs/concepts/workloads/pods/disruptions/)とは、ノード上のPodが自発的または非自発的に終了されるプロセスのことです。
17+
18+
<!--more-->
19+
20+
自発的なDisruptionは、アプリケーションの所有者やクラスター管理者によって意図的に開始されます。
21+
非自発的なDisruptionは意図せず発生するもので、ノードの{{< glossary_tooltip text="リソース" term_id="infrastructure-resource" >}}不足のような避けられない問題や、誤った削除操作によって引き起こされます。

0 commit comments

Comments
 (0)