From 46e509c4aab1c34634143e8e1a45fec20a0dcb08 Mon Sep 17 00:00:00 2001 From: xoyabc Date: Sat, 29 May 2021 09:01:07 +0800 Subject: [PATCH] Update basic-stateful-set.md fix the wrong translation --- .../docs/tutorials/stateful-application/basic-stateful-set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/tutorials/stateful-application/basic-stateful-set.md b/content/zh/docs/tutorials/stateful-application/basic-stateful-set.md index d3717c3e44..0411d9c92e 100644 --- a/content/zh/docs/tutorials/stateful-application/basic-stateful-set.md +++ b/content/zh/docs/tutorials/stateful-application/basic-stateful-set.md @@ -1057,7 +1057,7 @@ the `partition`. Delete the `web-1` Pod. --> -当你改变 `partition` 时,StatefulSet 会自动的更新 `web-2` Pod,这是因为 Pod 的序号小于或等于 `partition`。 +当你改变 `partition` 时,StatefulSet 会自动的更新 `web-2` Pod,这是因为 Pod 的序号大于或等于 `partition`。 删除 `web-1` Pod。