Skip to content

Commit 7664653

Browse files
authored
Merge pull request #31166 from shuaijinchao/zh/sync/pods/disruptions
[zh] synchronize translate disruptions.md
2 parents 00b23e9 + 55e10f2 commit 7664653

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/zh/docs/concepts/workloads/pods/disruptions.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,12 @@ Pod 控制器的 `.spec.replicas` 计算“预期的” Pod 数量。
253253
根据 Pod 对象的 `.metadata.ownerReferences` 字段来发现控制器。
254254

255255
<!--
256-
PDBs cannot prevent [involuntary disruptions](#voluntary-and-involuntary-disruptions) from
257-
occurring, but they do count against the budget.
256+
[Involuntary disruptions](#voluntary-and-involuntary-disruptions) cannot be prevented by PDBs; however they
257+
do count against the budget.
258258
-->
259-
PDB 不能阻止[非自愿干扰](#voluntary-and-involuntary-disruptions)的发生,但是确实会计入
260-
预算。
259+
260+
PDB 无法防止[非自愿干扰](#voluntary-and-involuntary-disruptions)
261+
但它们确实计入预算。
261262

262263
<!--
263264
Pods which are deleted or unavailable due to a rolling upgrade to an application do count

0 commit comments

Comments
 (0)