[zh]update cloud-controller.md
This commit is contained in:
@@ -35,7 +35,7 @@ mechanism that allows different cloud providers to integrate their platforms wit
|
|||||||
<!--
|
<!--
|
||||||
## Design
|
## Design
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The cloud controller manager runs in the control plane as a replicated set of processes
|
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
|
(usually, these are containers in Pods). Each cloud-controller-manager implements
|
||||||
@@ -44,7 +44,7 @@ process.
|
|||||||
-->
|
-->
|
||||||
## 设计 {#design}
|
## 设计 {#design}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
云控制器管理器以一组多副本的进程集合的形式运行在控制面中,通常表现为 Pod
|
云控制器管理器以一组多副本的进程集合的形式运行在控制面中,通常表现为 Pod
|
||||||
中的容器。每个 `cloud-controller-manager` 在同一进程中实现多个
|
中的容器。每个 `cloud-controller-manager` 在同一进程中实现多个
|
||||||
@@ -126,7 +126,7 @@ Route 控制器负责适当地配置云平台中的路由,以便 Kubernetes
|
|||||||
<!--
|
<!--
|
||||||
### Service controller
|
### 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
|
infrastructure components such as managed load balancers, IP addresses, network
|
||||||
packet filtering, and target health checking. The service controller interacts with your
|
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
|
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)
|
[Cloud Controller Manager Administration](/docs/tasks/administer-cluster/running-cloud-controller/#cloud-controller-manager)
|
||||||
has instructions on running and managing the 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?
|
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)
|
[云控制器管理器的管理](/zh/docs/tasks/administer-cluster/running-cloud-controller/#cloud-controller-manager)
|
||||||
给出了运行和管理云控制器管理器的指南。
|
给出了运行和管理云控制器管理器的指南。
|
||||||
|
|
||||||
|
要升级 HA 控制平面以使用云控制器管理器,请参见 [将复制的控制平面迁移以使用云控制器管理器](/zh/docs/tasks/administer-cluster/controller-manager-leader-migration/)
|
||||||
|
|
||||||
想要了解如何实现自己的云控制器管理器,或者对现有项目进行扩展么?
|
想要了解如何实现自己的云控制器管理器,或者对现有项目进行扩展么?
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
Reference in New Issue
Block a user