diff --git a/content/zh/docs/tasks/run-application/configure-pdb.md b/content/zh/docs/tasks/run-application/configure-pdb.md index ef8f54c168..df3d9383a5 100644 --- a/content/zh/docs/tasks/run-application/configure-pdb.md +++ b/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 ## 创建 PDB 对象 -你可以通过类似 `kubectl apply -f mypdb.yaml` 的命令来创建 PDB。 +你可以使用 kubectl 创建或更新 PDB 对象。 +```shell +kubectl apply -f mypdb.yaml +```