Skip to content

Commit 22c0b59

Browse files
authored
Merge pull request #41040 from ty-dc/zh_cn_sync
[zh-cn] sync concepts/overview/components.md
2 parents 7f4f0a5 + 7543df9 commit 22c0b59

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

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

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,20 @@ saving container logs to a central log store with search/browsing interface.
236236
## {{% heading "whatsnext" %}}
237237

238238
<!--
239-
* Learn about [Nodes](/docs/concepts/architecture/nodes/)
240-
* Learn about [Controllers](/docs/concepts/architecture/controller/)
241-
* Learn about [kube-scheduler](/docs/concepts/scheduling-eviction/kube-scheduler/)
242-
* Read etcd's official [documentation](https://etcd.io/docs/)
239+
Learn more about the following:
240+
* [Nodes](/docs/concepts/architecture/nodes/) and [their communication](/docs/concepts/architecture/control-plane-node-communication/) with the control plane.
241+
* Kubernetes [controllers](/docs/concepts/architecture/controller/).
242+
* [kube-scheduler](/docs/concepts/scheduling-eviction/kube-scheduler/) which is the default scheduler for Kubernetes.
243+
* Etcd's official [documentation](https://etcd.io/docs/).
244+
* Several [container runtimes](/docs/setup/production-environment/container-runtimes/) in Kubernetes.
245+
* Integrating with cloud providers using [cloud-controller-manager](/docs/concepts/architecture/cloud-controller/).
246+
* [kubectl](/docs/reference/generated/kubectl/kubectl-commands) commands.
243247
-->
244-
* 进一步了解[节点](/zh-cn/docs/concepts/architecture/nodes/)
245-
* 进一步了解[控制器](/zh-cn/docs/concepts/architecture/controller/)
246-
* 进一步了解 [kube-scheduler](/zh-cn/docs/concepts/scheduling-eviction/kube-scheduler/)
247-
* 阅读 etcd 官方[文档](https://etcd.io/docs/)
248+
进一步了解以下内容:
249+
* [节点](/zh-cn/docs/concepts/architecture/nodes/)及其与[控制平面](/zh-cn/docs/concepts/architecture/control-plane-node-communication/)的通信。
250+
* Kubernetes 中的[控制器](/zh-cn/docs/concepts/architecture/controller/)
251+
* Kubernetes 的默认调度程序 [kube-scheduler](/zh-cn/docs/concepts/scheduling-eviction/kube-scheduler/)
252+
* etcd 的官方[文档](https://etcd.io/docs/)
253+
* Kubernetes 中的几个[容器运行时](/zh-cn/docs/setup/production-environment/container-runtimes/)
254+
* 使用 [cloud-controller-manager](/zh-cn/docs/concepts/architecture/cloud-controller/) 与云提供商进行集成。
255+
* [kubectl](/docs/reference/generated/kubectl/kubectl-commands) 命令。

0 commit comments

Comments
 (0)