Skip to content

Commit fe95034

Browse files
authored
Merge pull request #48595 from my-git9/pp-11198
[zh-cn]sync pod-disruption-budget
2 parents 6361f68 + ea81941 commit fe95034

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

content/zh-cn/docs/reference/glossary/pod-disruption-budget.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ title: Pod Disruption Budget
44
full-link: /zh-cn/docs/concepts/workloads/pods/disruptions/
55
date: 2019-02-12
66
short_description: >
7-
Pod Disruption Budget 是这样一种对象:它保证在主动中断( voluntary disruptions)时,多实例应用的 {{< glossary_tooltip text="Pod" term_id="pod" >}} 不会少于一定的数量。
7+
Pod Disruption Budget 是这样一种对象:它保证在出现主动干扰(Voluntary Disruption)时,
8+
多实例应用的 Pod 不会少于一定的数量。
89
910
aka:
1011
- PDB
@@ -22,7 +23,7 @@ title: Pod Disruption Budget
2223
full-link: /docs/concepts/workloads/pods/disruptions/
2324
date: 2019-02-12
2425
short_description: >
25-
An object that limits the number of {{< glossary_tooltip text="Pods" term_id="pod" >}} of a replicated application, that are down simultaneously from voluntary disruptions.
26+
An object that limits the number of Pods of a replicated application that are down simultaneously from voluntary disruptions.
2627
2728
aka:
2829
- PDB
@@ -37,13 +38,14 @@ tags:
3738
<!--
3839
A [Pod Disruption Budget](/docs/concepts/workloads/pods/disruptions/) allows an
3940
application owner to create an object for a replicated application, that ensures
40-
a certain number or percentage of Pods with an assigned label will not be voluntarily
41-
evicted at any point in time.
41+
a certain number or percentage of {{< glossary_tooltip text="Pods" term_id="pod" >}}
42+
with an assigned label will not be voluntarily evicted at any point in time.
4243
4344
Involuntary disruptions cannot be prevented by PDBs; however they
4445
do count against the budget.
4546
-->
4647
[Pod 干扰预算(Pod Disruption Budget,PDB)](/zh-cn/docs/concepts/workloads/pods/disruptions/)
47-
使应用所有者能够为多实例应用创建一个对象,来确保一定数量的具有指定标签的 Pod 在任何时候都不会被主动驱逐。
48+
使应用所有者能够为多实例应用创建一个对象,来确保一定数量的具有指定标签的
49+
{{< glossary_tooltip text="Pod" term_id="pod" >}} 在任何时候都不会被主动驱逐。
4850
<!--more-->
4951
PDB 无法防止非主动的中断,但是会计入预算(budget)。

0 commit comments

Comments
 (0)