Skip to content

Commit 948b1e9

Browse files
guzj11tengqm
andcommitted
Update configure-pdb.md
sync with English version Apply suggestions from code review Co-authored-by: Qiming Teng <[email protected]>
1 parent 255fe9e commit 948b1e9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/zh/docs/tasks/run-application/configure-pdb.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ selector goes into the PDBs `.spec.selector`.
8080
在这种情况下,在控制器的 `.spec.selector` 字段中做记录,并在 PDB 的
8181
`.spec.selector` 字段中加入同样的选择算符。
8282

83+
<!--
84+
From version 1.15 PDBs support custom controllers where the [scale subresource](/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#scale-subresource) is enabled.
85+
-->
86+
从 1.15 版本开始,PDB 支持启用
87+
[scale 子资源](/zh/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#scale-subresource)
88+
的自定义控制器。
89+
8390
<!--
8491
You can also use PDBs with pods which are not controlled by one of the above
8592
controllers, or arbitrary groups of pods, but there are some restrictions,
@@ -421,4 +428,3 @@ to create PDBs whose selectors overlap.
421428
你可以令选择算符选择一个内置控制器所控制 Pod 的子集或父集。
422429
然而,当名字空间下存在多个 PDB 时,用户必须小心,保证 PDB 的选择算符之间不重叠。
423430

424-

0 commit comments

Comments
 (0)