Skip to content

Commit 68773f9

Browse files
authored
Merge pull request #38653 from my-git9/zhsync/little
[zh-cn] sync some little change
2 parents 8ec6563 + 662dbe2 commit 68773f9

File tree

9 files changed

+17
-9
lines changed

9 files changed

+17
-9
lines changed

content/zh-cn/docs/concepts/architecture/leases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ weight: 30
1212
<!-- overview -->
1313

1414
<!--
15-
Distrbuted systems often have a need for "leases", which provides a mechanism to lock shared resources and coordinate activity between nodes.
15+
Distributed systems often have a need for "leases", which provides a mechanism to lock shared resources and coordinate activity between nodes.
1616
In Kubernetes, the "lease" concept is represented by `Lease` objects in the `coordination.k8s.io` API group, which are used for system-critical
1717
capabilities like node heart beats and component-level leader election.
1818
-->

content/zh-cn/docs/concepts/scheduling-eviction/_index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 调度、抢占和驱逐
3-
weight: 90
3+
weight: 95
44
content_type: concept
55
description: >
66
在 Kubernetes 中,调度 (scheduling) 指的是确保 Pod 匹配到合适的节点,
@@ -11,7 +11,7 @@ no_list: true
1111

1212
<!--
1313
title: "Scheduling, Preemption and Eviction"
14-
weight: 90
14+
weight: 95
1515
content_type: concept
1616
description: >
1717
In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes
@@ -46,8 +46,10 @@ of terminating one or more Pods on Nodes.
4646
* [Pod Topology Spread Constraints](/docs/concepts/scheduling-eviction/topology-spread-constraints/)
4747
* [Taints and Tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/)
4848
* [Scheduling Framework](/docs/concepts/scheduling-eviction/scheduling-framework)
49+
* [Dynamic Resource Allocation](/docs/concepts/scheduling-eviction/dynamic-resource-allocation)
4950
* [Scheduler Performance Tuning](/docs/concepts/scheduling-eviction/scheduler-perf-tuning/)
5051
* [Resource Bin Packing for Extended Resources](/docs/concepts/scheduling-eviction/resource-bin-packing/)
52+
* [Pod Scheduling Readiness](/docs/concepts/scheduling-eviction/pod-scheduling-readiness/)
5153
-->
5254

5355
## 调度
@@ -57,9 +59,11 @@ of terminating one or more Pods on Nodes.
5759
* [Pod 开销](/zh-cn/docs/concepts/scheduling-eviction/pod-overhead/)
5860
* [Pod 拓扑分布约束](/zh-cn/docs/concepts/scheduling-eviction/topology-spread-constraints/)
5961
* [污点和容忍度](/zh-cn/docs/concepts/scheduling-eviction/taint-and-toleration/)
62+
* [动态资源分配](/zh-cn/docs/concepts/scheduling-eviction/dynamic-resource-allocation)
6063
* [调度框架](/zh-cn/docs/concepts/scheduling-eviction/scheduling-framework)
6164
* [调度器性能调试](/zh-cn/docs/concepts/scheduling-eviction/scheduler-perf-tuning/)
6265
* [扩展资源的资源装箱](/zh-cn/docs/concepts/scheduling-eviction/resource-bin-packing/)
66+
* [Pod 调度就绪](/zh-cn/docs/concepts/scheduling-eviction/pod-scheduling-readiness/)
6367

6468
<!--
6569
## Pod Disruption
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: "安全"
3-
weight: 81
3+
weight: 85
44
description: 确保云原生工作负载安全的一组概念。
55
---

content/zh-cn/docs/concepts/security/multi-tenancy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ but Kubernetes policies such as RBAC, quotas, and network policies are essential
8585
<!--
8686
The other major form of multi-tenancy frequently involves a Software-as-a-Service (SaaS) vendor running multiple instances of a workload for customers.
8787
This business model is so strongly associated with this deployment style that many people call it "SaaS tenancy."
88-
However, a better term might be "multi-customer tenancy, since SaaS vendors may also use other deployment models,
88+
However, a better term might be "multi-customer tenancy," since SaaS vendors may also use other deployment models,
8989
and this deployment model can also be used outside of SaaS.
9090
-->
9191
多租户的另一种主要形式通常涉及为客户运行多个工作负载实例的软件即服务 (SaaS) 供应商。

content/zh-cn/docs/concepts/storage/storage-limits.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 特定于节点的卷数限制
33
content_type: concept
4+
weight: 90
45
---
56

67
<!-- ---
@@ -11,6 +12,7 @@ reviewers:
1112
- msau42
1213
title: Node-specific Volume Limits
1314
content_type: concept
15+
weight: 90
1416
---
1517
-->
1618

content/zh-cn/docs/concepts/storage/volume-health-monitoring.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 卷健康监测
33
content_type: concept
4+
weight: 100
45
---
56
<!--
67
reviewers:
@@ -10,6 +11,7 @@ reviewers:
1011
- xing-yang
1112
title: Volume Health Monitoring
1213
content_type: concept
14+
weight: 100
1315
-->
1416

1517
<!-- overview -->

content/zh-cn/docs/concepts/storage/volume-pvc-datasource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: CSI 卷克隆
33
content_type: concept
4-
weight: 60
4+
weight: 70
55
---
66

77
<!--

content/zh-cn/docs/concepts/storage/volume-snapshot-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 卷快照类
33
content_type: concept
4-
weight: 41 # 置于卷快照章节后
4+
weight: 61 # 置于卷快照章节后
55
---
66

77
<!-- overview -->

content/zh-cn/docs/concepts/storage/volume-snapshots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,12 +390,12 @@ the `VolumeSnapshotContent` that corresponds to the `VolumeSnapshot`.
390390
到对应 `VolumeSnapshot` 的 `VolumeSnapshotContent` 中。
391391

392392
<!--
393-
For pre-provisioned snapshots, `Spec.SourceVolumeMode` needs to be populated
393+
For pre-provisioned snapshots, `spec.SourceVolumeMode` needs to be populated
394394
by the cluster administrator.
395395

396396
An example `VolumeSnapshotContent` resource with this feature enabled would look like:
397397
-->
398-
对于预制备的快照,`Spec.SourceVolumeMode` 需要由集群管理员填充。
398+
对于预制备的快照,`spec.SourceVolumeMode` 需要由集群管理员填充。
399399

400400
启用此特性的 `VolumeSnapshotContent` 资源示例如下所示:
401401

0 commit comments

Comments
 (0)