Skip to content

Commit

Permalink
Merge pull request #27643 from CaoDonghui123/fix3
Browse files Browse the repository at this point in the history
[zh]update cloud-controller.md
  • Loading branch information
k8s-ci-robot authored Apr 21, 2021
2 parents dc77f26 + 184ca96 commit 26b23e8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions content/zh/docs/concepts/architecture/cloud-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -44,7 +44,7 @@ process.
-->
## 设计 {#design}

![Kubernetes 组件](/images/docs/components-of-kubernetes.png)
![Kubernetes 组件](/images/docs/components-of-kubernetes.svg)

云控制器管理器以一组多副本的进程集合的形式运行在控制面中,通常表现为 Pod
中的容器。每个 `cloud-controller-manager` 在同一进程中实现多个
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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/)
想要了解如何实现自己的云控制器管理器,或者对现有项目进行扩展么?
<!--
Expand Down

0 comments on commit 26b23e8

Please sign in to comment.