Skip to content

Commit deddc6f

Browse files
authored
Merge pull request #39146 from my-git9/zhsync/patch-5
[zh-cn]sync some docs for little change
2 parents f7b3b67 + 05af21b commit deddc6f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

content/zh-cn/docs/concepts/cluster-administration/system-traces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The kubelet CRI interface and authenticated http servers are instrumented to gen
143143
trace spans. As with the apiserver, the endpoint and sampling rate are configurable.
144144
Trace context propagation is also configured. A parent span's sampling decision is always respected.
145145
A provided tracing configuration sampling rate will apply to spans without a parent.
146-
Enabled without a configured endpoint, the default OpenTelemetry Collector reciever address of "localhost:4317" is set.
146+
Enabled without a configured endpoint, the default OpenTelemetry Collector receiver address of "localhost:4317" is set.
147147
-->
148148
kubelet CRI 接口和实施身份验证的 HTTP 服务器被插桩以生成追踪 span。
149149
与 API 服务器一样,端点和采样率是可配置的。

content/zh-cn/docs/concepts/overview/components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Kubernetes 组件
33
content_type: concept
44
description: >
55
Kubernetes 集群由控制平面的组件和一组称为节点的机器组成。
6-
weight: 20
6+
weight: 30
77
card:
88
name: concepts
99
weight: 20
@@ -16,7 +16,7 @@ content_type: concept
1616
description: >
1717
A Kubernetes cluster consists of the components that are a part of the control
1818
plane and a set of machines called nodes.
19-
weight: 20
19+
weight: 30
2020
card:
2121
name: concepts
2222
weight: 20

content/zh-cn/docs/concepts/overview/kubernetes-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Kubernetes API
33
content_type: concept
4-
weight: 30
4+
weight: 40
55
description: >
66
Kubernetes API 使你可以查询和操纵 Kubernetes 中对象的状态。
77
Kubernetes 控制平面的核心是 API 服务器和它暴露的 HTTP API。
@@ -15,7 +15,7 @@ reviewers:
1515
- chenopis
1616
title: The Kubernetes API
1717
content_type: concept
18-
weight: 30
18+
weight: 40
1919
description: >
2020
The Kubernetes API lets you query and manipulate the state of objects in Kubernetes.
2121
The core of Kubernetes' control plane is the API server and the HTTP API that it exposes. Users, the different parts of your cluster, and external components all communicate with one another through the API server.

content/zh-cn/docs/concepts/overview/working-with-objects/namespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ kubectl api-resources --namespaced=false
268268
-->
269269
## 自动打标签 {#automatic-labelling}
270270

271-
{{< feature-state state="beta" for_k8s_version="1.21" >}}
271+
{{< feature-state state="beta" for_k8s_version="stable" >}}
272272

273273
<!--
274274
The Kubernetes control plane sets an immutable {{< glossary_tooltip text="label" term_id="label" >}}

content/zh-cn/docs/concepts/policy/limit-range.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ LimitRange 的名称必须是合法的
9191
<!--
9292
## LimitRange and admission checks for Pods
9393
94-
A `LimitRange` does **not** check the consistency of the default values it applies. This means that a default value for the _limit_ that is set by `LimitRange` may be less than the _request_ value specified for the container in the spec that a client submits to the API server. If that happens, the final Pod will not be scheduleable.
94+
A `LimitRange` does **not** check the consistency of the default values it applies. This means that a default value for the _limit_ that is set by `LimitRange` may be less than the _request_ value specified for the container in the spec that a client submits to the API server. If that happens, the final Pod will not be schedulable.
9595
9696
For example, you define a `LimitRange` with this manifest:
9797
-->

0 commit comments

Comments
 (0)