commit
26b23e8020
|
@ -35,7 +35,7 @@ mechanism that allows different cloud providers to integrate their platforms wit
|
|||
<!--
|
||||
## Design
|
||||
|
||||
![Kubernetes components](/images/docs/components-of-kubernetes.png)
|
||||
![Kubernetes components](/images/docs/components-of-kubernetes.svg)
|
||||
|
||||
The cloud controller manager runs in the control plane as a replicated set of processes
|
||||
(usually, these are containers in Pods). Each cloud-controller-manager implements
|
||||
|
@ -44,7 +44,7 @@ process.
|
|||
-->
|
||||
## 设计 {#design}
|
||||
|
||||
![Kubernetes 组件](/images/docs/components-of-kubernetes.png)
|
||||
![Kubernetes 组件](/images/docs/components-of-kubernetes.svg)
|
||||
|
||||
云控制器管理器以一组多副本的进程集合的形式运行在控制面中,通常表现为 Pod
|
||||
中的容器。每个 `cloud-controller-manager` 在同一进程中实现多个
|
||||
|
@ -126,7 +126,7 @@ Route 控制器负责适当地配置云平台中的路由,以便 Kubernetes
|
|||
<!--
|
||||
### Service controller
|
||||
|
||||
{< glossary_tooltip text="Services" term_id="service" >}} integrate with cloud
|
||||
{{< glossary_tooltip text="Services" term_id="service" >}} integrate with cloud
|
||||
infrastructure components such as managed load balancers, IP addresses, network
|
||||
packet filtering, and target health checking. The service controller interacts with your
|
||||
cloud provider's APIs to set up load balancers and other infrastructure components
|
||||
|
@ -314,11 +314,15 @@ rules:
|
|||
[Cloud Controller Manager Administration](/docs/tasks/administer-cluster/running-cloud-controller/#cloud-controller-manager)
|
||||
has instructions on running and managing the cloud controller manager.
|
||||
|
||||
To upgrade a HA control plane to use the cloud controller manager, see [Migrate Replicated Control Plane To Use Cloud Controller Manager](/docs/tasks/administer-cluster/controller-manager-leader-migration/).
|
||||
|
||||
Want to know how to implement your own cloud controller manager, or extend an existing project?
|
||||
-->
|
||||
[云控制器管理器的管理](/zh/docs/tasks/administer-cluster/running-cloud-controller/#cloud-controller-manager)
|
||||
给出了运行和管理云控制器管理器的指南。
|
||||
|
||||
要升级 HA 控制平面以使用云控制器管理器,请参见 [将复制的控制平面迁移以使用云控制器管理器](/zh/docs/tasks/administer-cluster/controller-manager-leader-migration/)
|
||||
|
||||
想要了解如何实现自己的云控制器管理器,或者对现有项目进行扩展么?
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue