File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
content/zh/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : 干扰
3
+ id : disruption
4
+ date : 2019-09-10
5
+ full_link : /docs/concepts/workloads/pods/disruptions/
6
+ short_description : >
7
+ 导致 Pod 服务停止的事件。
8
+ aka :
9
+ tags :
10
+ - fundamental
11
+ ---
12
+ 干扰是指导致一个或者多个 {{< glossary_tooltip term_id="pod" text="Pod" >}} 服务停止的事件。
13
+ 干扰会影响工作负载资源,比如 {{< glossary_tooltip term_id="deployment" >}} 这种依赖于受影响 Pod 的资源。
14
+
15
+ <!--
16
+ ---
17
+ title: Disruption
18
+ id: disruption
19
+ date: 2019-09-10
20
+ full_link: /docs/concepts/workloads/pods/disruptions/
21
+ short_description: >
22
+ An event that leads to Pod(s) going out of service
23
+ aka:
24
+ tags:
25
+ - fundamental
26
+ ---
27
+ Disruptions are events that lead to one or more
28
+ {{< glossary_tooltip term_id="pod" text="Pods" >}} going out of service.
29
+ A disruption has consequences for workload resources, such as
30
+ {{< glossary_tooltip term_id="deployment" >}}, that rely on the affected
31
+ Pods.
32
+ -->
33
+
34
+ <!-- more-->
35
+
36
+ <!--
37
+ If you, as cluster operator, destroy a Pod that belongs to an application,
38
+ Kubernetes terms that a _voluntary disruption_. If a Pod goes offline
39
+ because of a Node failure, or an outage affecting a wider failure zone,
40
+ Kubernetes terms that an _involuntary disruption_.
41
+
42
+ See [Disruptions](/docs/concepts/workloads/pods/disruptions/) for more information.
43
+ -->
44
+ 如果您作为一个集群操作人员,销毁了一个从属于某个应用的 Pod, Kubernetes 视之为 _ 自愿干扰_ 。如果由于节点故障
45
+ 或者影响更大区域故障的断电导致 Pod 离线,Kubrenetes 视之为 _ 非愿干扰_ 。
You can’t perform that action at this time.
0 commit comments