Skip to content

Commit 8b8a6b2

Browse files
authored
Merge pull request #28159 from xoyabc/patch-1
Update basic-stateful-set.md
2 parents 40b6ae6 + 46e509c commit 8b8a6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/tutorials/stateful-application/basic-stateful-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ the `partition`.
10571057
Delete the `web-1` Pod.
10581058
-->
10591059

1060-
当你改变 `partition` 时,StatefulSet 会自动的更新 `web-2` Pod,这是因为 Pod 的序号小于或等于 `partition`
1060+
当你改变 `partition` 时,StatefulSet 会自动的更新 `web-2` Pod,这是因为 Pod 的序号大于或等于 `partition`
10611061

10621062

10631063
删除 `web-1` Pod。

0 commit comments

Comments
 (0)