From 10c09ed84953997ffb866676190bb6cde56c8f94 Mon Sep 17 00:00:00 2001 From: jialaijun Date: Thu, 26 Nov 2020 10:34:37 +0800 Subject: [PATCH] update glossary --- .../glossary/cloud-controller-manager.md | 32 +++++++++---------- .../docs/reference/glossary/cloud-provider.md | 24 +++++++------- 2 files changed, 27 insertions(+), 29 deletions(-) diff --git a/content/zh/docs/reference/glossary/cloud-controller-manager.md b/content/zh/docs/reference/glossary/cloud-controller-manager.md index ca2fdc8d84..422376a4a9 100644 --- a/content/zh/docs/reference/glossary/cloud-controller-manager.md +++ b/content/zh/docs/reference/glossary/cloud-controller-manager.md @@ -1,3 +1,18 @@ +--- +title: Cloud Controller Manager(云控制器管理器) +id: cloud-controller-manager +date: 2018-04-12 +full_link: /zh/docs/tasks/administer-cluster/running-cloud-controller/ +short_description: > + 云控制器管理器是 1.8 的 alpha 特性。在未来发布的版本中,这是将 Kubernetes 与任何其他云集成的最佳方式。 + +aka: +tags: +- core-object +- architecture +- operation +--- + ---- -title: Cloud Controller Manager(云控制器管理器) -id: cloud-controller-manager -date: 2018-04-12 -full_link: /zh/docs/tasks/administer-cluster/running-cloud-controller/ -short_description: > - 云控制器管理器是 1.8 的 alpha 特性。在未来发布的版本中,这是将 Kubernetes 与任何其他云集成的最佳方式。 -aka: -tags: -- core-object -- architecture -- operation ---- ---- -title: Cloud Provider(云供应商) -id: cloud-provider -date: 2018-04-12 -short_description: > - 一个提供云计算平台的组织。 - -aka: -- 云服务供应商(Cloud Service Provider) -tags: -- community ----