Skip to content

Commit 7a85039

Browse files
authored
Merge pull request #35075 from windsonsea/nodelink
[zh-cn] fix some 404 issues
2 parents e644ead + 0d252a9 commit 7a85039

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,14 +1170,13 @@ see [KEP-2400](https://github.com/kubernetes/enhancements/issues/2400) and its
11701170
<!--
11711171
* Learn about the [components](/docs/concepts/overview/components/#node-components) that make up a node.
11721172
* Read the [API definition for Node](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#node-v1-core).
1173-
* Read the [Node](https://git.k8s.io/community/contributors/design-proposals/architecture/architecture.md#the-kubernetes-node)
1173+
* Read the [Node](https://git.k8s.io/design-proposals-archive/architecture/architecture.md#the-kubernetes-node)
11741174
section of the architecture design document.
11751175
* Read about [taints and tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/).
11761176
-->
11771177
* 进一步了解节点[组件](/zh-cn/docs/concepts/overview/components/#node-components)。
11781178
* 阅读 [Node 的 API 定义](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#node-v1-core)。
11791179
* 阅读架构设计文档中有关
1180-
[Node](https://git.k8s.io/community/contributors/design-proposals/architecture/architecture.md#the-kubernetes-node)
1180+
[Node](https://git.k8s.io/design-proposals-archive/architecture/architecture.md#the-kubernetes-node)
11811181
的章节。
11821182
* 了解[污点和容忍度](/zh-cn/docs/concepts/scheduling-eviction/taint-and-toleration/)。
1183-

content/zh-cn/docs/concepts/cluster-administration/networking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ Weave Net 可以作为 [CNI 插件](https://www.weave.works/docs/net/latest/cni-
474474
<!--
475475
The early design of the networking model and its rationale, and some future
476476
plans are described in more detail in the
477-
[networking design document](https://git.k8s.io/community/contributors/design-proposals/network/networking.md).
477+
[networking design document](https://git.k8s.io/design-proposals-archive/network/networking.md).
478478
-->
479479
网络模型的早期设计、运行原理以及未来的一些计划,
480-
都在[联网设计文档](https://git.k8s.io/community/contributors/design-proposals/network/networking.md)里有更详细的描述。
480+
都在[联网设计文档](https://git.k8s.io/design-proposals-archive/network/networking.md)里有更详细的描述。

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Every Kubernetes object also has a [_UID_](#uids) that is unique across your who
1313
For example, you can only have one Pod named `myapp-1234` within the same [namespace](/docs/concepts/overview/working-with-objects/namespaces/), but you can have one Pod and one Deployment that are each named `myapp-1234`.
1414
-->
1515

16-
集群中的每一个对象都有一个[_名称_](#names)来标识在同类资源中的唯一性。
16+
集群中的每一个对象都有一个[**名称**](#names)来标识在同类资源中的唯一性。
1717

18-
每个 Kubernetes 对象也有一个 [_UID_](#uids) 来标识在整个集群中的唯一性。
18+
每个 Kubernetes 对象也有一个 [**UID**](#uids) 来标识在整个集群中的唯一性。
1919

2020
比如,在同一个[名字空间](/zh-cn/docs/concepts/overview/working-with-objects/namespaces/)
2121
中有一个名为 `myapp-1234` 的 Pod,但是可以命名一个 Pod 和一个 Deployment 同为 `myapp-1234`
@@ -171,9 +171,9 @@ UUIDs 是标准化的,见 ISO/IEC 9834-8 和 ITU-T X.667。
171171
172172
<!--
173173
* Read about [labels](/docs/concepts/overview/working-with-objects/labels/) in Kubernetes.
174-
* See the [Identifiers and Names in Kubernetes](https://git.k8s.io/community/contributors/design-proposals/architecture/identifiers.md) design document.
174+
* See the [Identifiers and Names in Kubernetes](https://git.k8s.io/design-proposals-archive/architecture/identifiers.md) design document.
175175
-->
176176
* 进一步了解 Kubernetes [标签](/zh-cn/docs/concepts/overview/working-with-objects/labels/)
177-
* 参阅 [Kubernetes 标识符和名称](https://git.k8s.io/community/contributors/design-proposals/architecture/identifiers.md)的设计文档
177+
* 参阅 [Kubernetes 标识符和名称](https://git.k8s.io/design-proposals-archive/architecture/identifiers.md)的设计文档
178178
179179

0 commit comments

Comments
 (0)