Skip to content

Commit ddd130c

Browse files
committed
[zh] Fix ccm glossary
1 parent 304bf1b commit ddd130c

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

content/zh/docs/reference/glossary/cloud-controller-manager.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,41 @@
22
title: 云控制器管理器(Cloud Controller Manager)
33
id: cloud-controller-manager
44
date: 2018-04-12
5-
full_link: /zh/docs/tasks/administer-cluster/running-cloud-controller/
5+
full_link: /zh/docs/concepts/architecture/cloud-controller/
66
short_description: >
7-
云控制器管理器是 1.8 的 alpha 特性。在未来发布的版本中,这是将 Kubernetes 与任何其他云集成的最佳方式
7+
Kubernetes 与第三方云提供商进行集成的控制面组件
88
99
aka:
1010
tags:
1111
- core-object
1212
- architecture
1313
- operation
1414
---
15-
1615
<!--
17-
---
1816
title: Cloud Controller Manager
1917
id: cloud-controller-manager
2018
date: 2018-04-12
2119
full_link: /docs/concepts/architecture/cloud-controller/
2220
short_description: >
23-
Cloud Controller Manager is an alpha feature in 1.8. In upcoming releases it will be the preferred way to integrate Kubernetes with any cloud.
21+
Control plane component that integrates Kubernetes with third-party cloud providers.
2422
2523
aka:
2624
tags:
2725
- core-object
2826
- architecture
2927
- operation
30-
---
3128
-->
3229

33-
3430
<!--
3531
A Kubernetes {{< glossary_tooltip text="control plane" term_id="control-plane" >}} component
3632
that embeds cloud-specific control logic. The cloud controller manager lets you link your
3733
cluster into your cloud provider's API, and separates out the components that interact
3834
with that cloud platform from components that only interact with your cluster.
3935
-->
40-
4136
云控制器管理器是指嵌入特定云的控制逻辑的
4237
{{< glossary_tooltip text="控制平面" term_id="control-plane" >}}组件。
43-
云控制器管理器允许您链接集群到云提供商的应用编程接口中
44-
并把和该云平台交互的组件与只和您的集群交互的组件分离开
38+
云控制器管理器使得你可以将你的集群连接到云提供商的 API 之上
39+
并将与该云平台交互的组件同与你的集群交互的组件分离开来
4540

4641
<!--more-->
4742

@@ -51,4 +46,5 @@ infrastructure, the cloud-controller-manager component enables cloud providers t
5146
features at a different pace compared to the main Kubernetes project.
5247
-->
5348
通过分离 Kubernetes 和底层云基础设置之间的互操作性逻辑,
54-
云控制器管理器组件使云提供商能够以不同于 Kubernetes 主项目的速度进行发布新特征。
49+
云控制器管理器组件使云提供商能够以不同于 Kubernetes 主项目的
50+
步调发布新特征。

0 commit comments

Comments
 (0)