We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1f9801 + 1e3943a commit 3e2e616Copy full SHA for 3e2e616
content/zh/docs/tasks/run-application/configure-pdb.md
@@ -317,11 +317,17 @@ automatically responds to changes in the number of replicas of the corresponding
317
<!--
318
## Create the PDB object
319
320
-You can create the PDB object with a command like `kubectl apply -f mypdb.yaml`.
+You can create or update the PDB object using kubectl.
321
+```shell
322
+kubectl apply -f mypdb.yaml
323
+```
324
-->
325
## 创建 PDB 对象
326
-你可以通过类似 `kubectl apply -f mypdb.yaml` 的命令来创建 PDB。
327
+你可以使用 kubectl 创建或更新 PDB 对象。
328
329
330
331
332
333
You cannot update PDB objects. They must be deleted and re-created.
0 commit comments