Skip to content

Commit d4f6058

Browse files
authored
Update links to k8s control plane and k8s objects on controller page (#23416)
* add html id #control-plane-components * Update links to k8s control plane and k8s objects on controller page Fix links * Fixe typo * Update kubernetes-objects.md * Remove excess Spaces
1 parent c406362 commit d4f6058

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,13 +251,13 @@ Kubernetes 允许你运行一个稳定的控制平面,这样即使某些内置
251251

252252
## {{% heading "whatsnext" %}}
253253
<!--
254-
* Read about the [Kubernetes control plane](/docs/concepts/#kubernetes-control-plane)
255-
* Discover some of the basic [Kubernetes objects](/docs/concepts/#kubernetes-objects)
254+
* Read about the [Kubernetes control plane](/docs/concepts/overview/components/#control-plane-components)
255+
* Discover some of the basic [Kubernetes objects](/docs/concepts/overview/working-with-objects/kubernetes-objects/)
256256
* Learn more about the [Kubernetes API](/docs/concepts/overview/kubernetes-api/)
257257
* If you want to write your own controller, see [Extension Patterns](/docs/concepts/extend-kubernetes/extend-cluster/#extension-patterns) in Extending Kubernetes.
258258
-->
259-
* 阅读 [Kubernetes 控制面](/zh/docs/concepts/#kubernetes-control-plane)
260-
* 了解 [Kubernetes 对象](/zh/docs/concepts/#kubernetes-objects) 的一些基本知识
259+
* 阅读 [Kubernetes 控制平面组件](/zh/docs/concepts/overview/components/#control-plane-components)
260+
* 了解 [Kubernetes 对象](/zh/docs/concepts/overview/working-with-objects/kubernetes-objects/) 的一些基本知识
261261
* 进一步学习 [Kubernetes API](/zh/docs/concepts/overview/kubernetes-api/)
262262
* 如果你想编写自己的控制器,请看 Kubernetes 的[扩展模式](/zh/docs/concepts/extend-kubernetes/extend-cluster/#extension-patterns)
263263

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Here's the diagram of a Kubernetes cluster with all the components tied together
5050
5151
The Control Plane's components make global decisions about the cluster (for example, scheduling), as well as detecting and responding to cluster events (for example, starting up a new {{< glossary_tooltip text="pod" term_id="pod">}} when a deployment's `replicas` field is unsatisfied).
5252
-->
53-
## 控制平面组件(Control Plane Components)
53+
## 控制平面组件(Control Plane Components) {#control-plane-components}
5454

5555
控制平面的组件对集群做出全局决策(比如调度),以及检测和响应集群事件(例如,当不满足部署的 `replicas` 字段时,启动新的 {{< glossary_tooltip text="pod" term_id="pod">}})。
5656

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ supplied.
8282
-->
8383
`status` 描述了对象的 _当前状态(Current State)_,它是由 Kubernetes 系统和组件
8484
设置并更新的。在任何时刻,Kubernetes
85-
{{< glossary_tooltip text="控制面" term_id="control-plane" >}}
85+
{{< glossary_tooltip text="控制平面" term_id="control-plane" >}}
8686
都一直积极地管理着对象的实际状态,以使之与期望状态相匹配。
8787

8888
<!--
@@ -195,7 +195,7 @@ and the `spec` format for a `Deployment` can be found
195195
* Learn about the most important basic Kubernetes objects, such as [Pod](/docs/concepts/workloads/pods/pod-overview/).
196196
* Learn about [controllers](/docs/concepts/architecture/controller/) in Kubernetes
197197
-->
198-
* [Kubernetes API 概述](/zh/docs/reference/using-api/api-overview/) 提供关于 API 概念的进一步阐述
198+
* [Kubernetes API 总览](/zh/docs/reference/using-api/api-overview/) 提供关于 API 概念的进一步阐述
199199
* 了解最重要的 Kubernetes 基本对象,例如 [Pod](/zh/docs/concepts/workloads/pods/)
200200
* 了解 Kubernetes 中的[控制器](/zh/docs/concepts/architecture/controller/)
201201

0 commit comments

Comments
 (0)