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
This commit is contained in:
杰文
2020-08-27 09:53:02 +08:00
committed by GitHub
parent c4063623ac
commit d4f60587d0
3 changed files with 7 additions and 7 deletions
@@ -50,7 +50,7 @@ Here's the diagram of a Kubernetes cluster with all the components tied together
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).
-->
## 控制平面组件(Control Plane Components
## 控制平面组件(Control Plane Components {#control-plane-components}
控制平面的组件对集群做出全局决策(比如调度),以及检测和响应集群事件(例如,当不满足部署的 `replicas` 字段时,启动新的 {{< glossary_tooltip text="pod" term_id="pod">}})。