Skip to content

Commit ba227d1

Browse files
authored
[zh-cn]sync some little change for some docs (#39399)
Signed-off-by: xin.li <[email protected]>
1 parent ae1e4ae commit ba227d1

File tree

10 files changed

+18
-4
lines changed

10 files changed

+18
-4
lines changed

content/zh-cn/docs/tasks/access-application-cluster/access-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Kubernetes CLI, `kubectl`.
3030
To access a cluster, you need to know the location of the cluster and have credentials
3131
to access it. Typically, this is automatically set-up when you work through
3232
a [Getting started guide](/docs/setup/),
33-
or someone else setup the cluster and provided you with credentials and a location.
33+
or someone else set up the cluster and provided you with credentials and a location.
3434
3535
Check the location and credentials that kubectl knows about with this command:
3636
-->
@@ -463,7 +463,7 @@ There are several different proxies you may encounter when using Kubernetes:
463463
- implementation varies by cloud provider.
464464
465465
Kubernetes users will typically not need to worry about anything other than the first two types. The cluster admin
466-
will typically ensure that the latter types are setup correctly.
466+
will typically ensure that the latter types are set up correctly.
467467
-->
468468
5. 外部服务上的云负载均衡器:
469469

content/zh-cn/docs/tasks/administer-cluster/certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: 手动生成证书
33
content_type: task
4-
weight: 20
4+
weight: 30
55
---
66
<!--
77
title: Generate Certificates Manually
88
content_type: task
9-
weight: 20
9+
weight: 30
1010
-->
1111

1212
<!-- overview -->

content/zh-cn/docs/tasks/administer-cluster/change-default-storage-class.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 改变默认 StorageClass
33
content_type: task
4+
weight: 90
45
---
56

67
<!-- overview -->

content/zh-cn/docs/tasks/administer-cluster/change-pv-reclaim-policy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 更改 PersistentVolume 的回收策略
33
content_type: task
4+
weight: 100
45
---
56

67
<!-- overview -->

content/zh-cn/docs/tasks/administer-cluster/configure-upgrade-etcd.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 为 Kubernetes 运行 etcd 集群
33
content_type: task
4+
weight: 270
45
---
56
<!--
67
reviewers:
@@ -9,6 +10,7 @@ reviewers:
910
- jpbetz
1011
title: Operating etcd clusters for Kubernetes
1112
content_type: task
13+
weight: 270
1214
-->
1315

1416
<!-- overview -->

content/zh-cn/docs/tasks/administer-cluster/kubelet-config-file.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: 通过配置文件设置 Kubelet 参数
33
content_type: task
4+
weight: 330
45
---
56
<!--
67
reviewers:
78
- mtaufen
89
- dawnchen
910
title: Set Kubelet parameters via a config file
1011
content_type: task
12+
weight: 330
1113
--->
1214

1315
<!-- overview -->

content/zh-cn/docs/tasks/administer-cluster/limit-storage-consumption.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
title: 限制存储使用量
33
content_type: task
4+
weight: 240
45
---
56
<!--
67
title: Limit Storage Consumption
78
content_type: task
9+
weight: 240
810
-->
911

1012
<!-- overview -->

content/zh-cn/docs/tasks/administer-cluster/namespaces-walkthrough.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: 名字空间演练
33
content_type: task
4+
weight: 260
45
---
56
<!--
67
reviewers:
78
- derekwaynecarr
89
- janetkuo
910
title: Namespaces Walkthrough
1011
content_type: task
12+
weight: 260
1113
-->
1214

1315
<!-- overview -->

content/zh-cn/docs/tasks/administer-cluster/namespaces.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: 通过名字空间共享集群
33
content_type: task
4+
weight: 340
45
---
56
<!--
67
reviewers:
78
- derekwaynecarr
89
- janetkuo
910
title: Share a Cluster with Namespaces
1011
content_type: task
12+
weight: 340
1113
-->
1214

1315
<!-- overview -->

content/zh-cn/docs/tasks/administer-cluster/quota-api-object.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
title: 配置 API 对象配额
33
content_type: task
4+
weight: 130
45
---
56

67
<!--
78
title: Configure Quotas for API Objects
89
content_type: task
10+
weight: 130
911
-->
1012

1113
<!-- overview -->

0 commit comments

Comments
 (0)