Skip to content

Commit aa10585

Browse files
authored
Merge pull request #23193 from tengqm/zh-links-tasks-3
[zh] Tidy up and fix links in tasks section (3/10)
2 parents 495a677 + 1d3f444 commit aa10585

File tree

6 files changed

+636
-541
lines changed

6 files changed

+636
-541
lines changed

content/zh/docs/concepts/architecture/nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ kubectl describe node <节点名称>
252252
253253
The usage of these fields varies depending on your cloud provider or bare metal configuration.
254254
-->
255-
### 地址 {#addresses}
255+
### 地址 {#addresses}
256256

257257
这些字段的用法取决于你的云服务商或者物理机配置。
258258

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

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

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

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

0 commit comments

Comments
 (0)