Skip to content

Commit c15ef5b

Browse files
authored
Merge pull request #23917 from llhuii/patch-1
fix comment error
2 parents c638774 + f3cb3e7 commit c15ef5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/zh/docs/concepts/workloads/controllers/statefulset.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,6 @@ the StatefulSet.
254254

255255
<!--
256256
## Deployment and Scaling Guarantees
257-
-->
258-
## 部署和扩缩保证 {#deployment-and-scaling-guarantees}
259257

260258
* For a StatefulSet with N replicas, when Pods are being deployed, they are created sequentially, in order from {0..N-1}.
261259
* When Pods are being deleted, they are terminated in reverse order, from {N-1..0}.

0 commit comments

Comments
 (0)