Skip to content

Commit f3cb3e7

Browse files
committed
fix comment error
1 parent 2d34007 commit f3cb3e7

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)