Skip to content

Commit 62823ba

Browse files
authored
Merge pull request #29623 from Arhell/fixes
[zh] Update the link to cloud interface
2 parents 6468a24 + af15ac1 commit 62823ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/concepts/architecture/cloud-controller.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,11 @@ Want to know how to implement your own cloud controller manager, or extend an ex
326326
想要了解如何实现自己的云控制器管理器,或者对现有项目进行扩展么?
327327
328328
<!--
329-
The cloud controller manager uses Go interfaces to allow implementations from any cloud to be plugged in. Specifically, it uses the `CloudProvider` interface defined in [`cloud.go`](https://github.com/kubernetes/cloud-provider/blob/release-1.17/cloud.go#L42-L62) from [kubernetes/cloud-provider](https://github.com/kubernetes/cloud-provider).
329+
The cloud controller manager uses Go interfaces to allow implementations from any cloud to be plugged in. Specifically, it uses the `CloudProvider` interface defined in [`cloud.go`](https://github.com/kubernetes/cloud-provider/blob/release-1.21/cloud.go#L42-L69) from [kubernetes/cloud-provider](https://github.com/kubernetes/cloud-provider).
330330
-->
331331
云控制器管理器使用 Go 语言的接口,从而使得针对各种云平台的具体实现都可以接入。
332332
其中使用了在 [kubernetes/cloud-provider](https://github.com/kubernetes/cloud-provider)
333-
项目中 [`cloud.go`](https://github.com/kubernetes/cloud-provider/blob/release-1.17/cloud.go#L42-L62)
333+
项目中 [`cloud.go`](https://github.com/kubernetes/cloud-provider/blob/release-1.21/cloud.go#L42-L69)
334334
文件所定义的 `CloudProvider` 接口。
335335

336336
<!--

0 commit comments

Comments
 (0)