File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
content/zh/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -253,11 +253,12 @@ Pod 控制器的 `.spec.replicas` 计算“预期的” Pod 数量。
253
253
根据 Pod 对象的 ` .metadata.ownerReferences ` 字段来发现控制器。
254
254
255
255
<!--
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.
258
258
-->
259
- PDB 不能阻止[ 非自愿干扰] ( #voluntary-and-involuntary-disruptions ) 的发生,但是确实会计入
260
- 预算。
259
+
260
+ PDB 无法防止[ 非自愿干扰] ( #voluntary-and-involuntary-disruptions ) ;
261
+ 但它们确实计入预算。
261
262
262
263
<!--
263
264
Pods which are deleted or unavailable due to a rolling upgrade to an application do count
You can’t perform that action at this time.
0 commit comments