Merge pull request #23193 from tengqm/zh-links-tasks-3

[zh] Tidy up and fix links in tasks section (3/10)
This commit is contained in:
Kubernetes Prow Robot
2020-08-22 20:45:40 -07:00
committed by GitHub
6 changed files with 627 additions and 532 deletions
@@ -254,6 +254,8 @@ the StatefulSet.
<!--
## Deployment and Scaling Guarantees
-->
## 部署和扩缩保证 {#deployment-and-scaling-guarantees}
* For a StatefulSet with N replicas, when Pods are being deployed, they are created sequentially, in order from {0..N-1}.
* When Pods are being deleted, they are terminated in reverse order, from {N-1..0}.