@@ -308,45 +308,46 @@ rules:
308
308
## {{% heading "whatsnext" %}}
309
309
310
310
<!--
311
- [Cloud Controller Manager Administration](/docs/tasks/administer-cluster/running-cloud-controller/#cloud-controller-manager)
312
- has instructions on running and managing the cloud controller manager.
311
+ * [Cloud Controller Manager Administration](/docs/tasks/administer-cluster/running-cloud-controller/#cloud-controller-manager)
312
+ has instructions on running and managing the cloud controller manager.
313
313
314
- To upgrade a HA control plane to use the cloud controller manager, see
315
- [Migrate Replicated Control Plane To Use Cloud Controller Manager](/docs/tasks/administer-cluster/controller-manager-leader-migration/).
314
+ * To upgrade a HA control plane to use the cloud controller manager, see
315
+ [Migrate Replicated Control Plane To Use Cloud Controller Manager](/docs/tasks/administer-cluster/controller-manager-leader-migration/).
316
316
317
- Want to know how to implement your own cloud controller manager, or extend an existing project?
317
+ * Want to know how to implement your own cloud controller manager, or extend an existing project?
318
318
-->
319
- [云控制器管理器的管理](/zh-cn/docs/tasks/administer-cluster/running-cloud-controller/#cloud-controller-manager)
319
+ * [云控制器管理器的管理](/zh-cn/docs/tasks/administer-cluster/running-cloud-controller/#cloud-controller-manager)
320
320
给出了运行和管理云控制器管理器的指南。
321
321
322
- 要升级 HA 控制平面以使用云控制器管理器,
322
+ * 要升级 HA 控制平面以使用云控制器管理器,
323
323
请参见[将复制的控制平面迁移以使用云控制器管理器](/zh-cn/docs/tasks/administer-cluster/controller-manager-leader-migration/)。
324
324
325
- 想要了解如何实现自己的云控制器管理器,或者对现有项目进行扩展么?
326
-
327
- <!--
328
- The cloud controller manager uses Go interfaces to allow implementations from any cloud to be plugged in.
329
- Specifically, it uses the ` CloudProvider` interface defined in
330
- [`cloud.go`](https://github.com/kubernetes/cloud-provider/blob/release-1.26/cloud.go#L43-L69) from
331
- [kubernetes/cloud-provider](https://github.com/kubernetes/cloud-provider).
332
- -->
333
- 云控制器管理器使用 Go 语言的接口,从而使得针对各种云平台的具体实现都可以接入。
334
- 其中使用了在 [kubernetes/cloud-provider](https://github.com/kubernetes/cloud-provider)
335
- 项目中 [`cloud.go`](https://github.com/kubernetes/cloud-provider/blob/release-1.26/cloud.go#L43-L69)
336
- 文件所定义的 `CloudProvider` 接口。
337
-
338
- <!--
339
- The implementation of the shared controllers highlighted in this document (Node, Route, and Service),
340
- and some scaffolding along with the shared cloudprovider interface, is part of the Kubernetes core.
341
- Implementations specific to cloud providers are outside the core of Kubernetes and implement the
342
- ` CloudProvider` interface.
343
-
344
- For more information about developing plugins, see
345
- [Developing Cloud Controller Manager](/docs/tasks/administer-cluster/developing-cloud-controller-manager/).
346
- -->
347
- 本文中列举的共享控制器(节点控制器、路由控制器和服务控制器等)的实现以及其他一些生成具有
348
- CloudProvider 接口的框架的代码,都是 Kubernetes 的核心代码。
349
- 特定于云驱动的实现虽不是 Kubernetes 核心成分,仍要实现 `CloudProvider` 接口。
350
-
351
- 关于如何开发插件的详细信息,
352
- 可参考[开发云控制器管理器](/zh-cn/docs/tasks/administer-cluster/developing-cloud-controller-manager/)文档。
325
+ * 想要了解如何实现自己的云控制器管理器,或者对现有项目进行扩展么?
326
+
327
+ <!--
328
+ - The cloud controller manager uses Go interfaces, specifically, ` CloudProvider` interface defined in
329
+ [`cloud.go`](https://github.com/kubernetes/cloud-provider/blob/release-1.21/cloud.go#L42-L69)
330
+ from [kubernetes/cloud-provider](https://github.com/kubernetes/cloud-provider) to allow
331
+ implementations from any cloud to be plugged in.
332
+ -->
333
+ - 云控制器管理器使用 Go 语言的接口(具体指在
334
+ [kubernetes/cloud-provider](https://github.com/kubernetes/cloud-provider)
335
+ 项目中 [`cloud.go`](https://github.com/kubernetes/cloud-provider/blob/release-1.26/cloud.go#L43-L69)
336
+ 文件中所定义的 `CloudProvider` 接口),从而使得针对各种云平台的具体实现都可以接入。
337
+
338
+ <!--
339
+ - The implementation of the shared controllers highlighted in this document (Node, Route, and Service),
340
+ and some scaffolding along with the shared cloudprovider interface, is part of the Kubernetes core.
341
+ Implementations specific to cloud providers are outside the core of Kubernetes and implement
342
+ the `CloudProvider` interface.
343
+ -->
344
+ - 本文中列举的共享控制器(节点控制器、路由控制器和服务控制器等)的实现以及其他一些生成具有
345
+ CloudProvider 接口的框架的代码,都是 Kubernetes 的核心代码。
346
+ 特定于云驱动的实现虽不是 Kubernetes 核心成分,仍要实现 `CloudProvider` 接口。
347
+
348
+ <!--
349
+ - For more information about developing plugins,
350
+ see [Developing Cloud Controller Manager](/docs/tasks/administer-cluster/developing-cloud-controller-manager/).
351
+ -->
352
+ - 关于如何开发插件的详细信息,
353
+ 可参考[开发云控制器管理器](/zh-cn/docs/tasks/administer-cluster/developing-cloud-controller-manager/)文档。
0 commit comments