From 9fe5011ec8d40caab0983330f2c66c47937ccd85 Mon Sep 17 00:00:00 2001 From: Xu Yuandong Date: Tue, 17 Nov 2020 12:32:14 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90ZH=E3=80=91typo=20:=20=E4=BA=91?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=99=A8=E7=AE=A1=E7=90=86=E5=99=A8=E7=9A=84?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=E6=A6=82=E5=BF=B5=20#25060?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix typo kubernetes/website#25060 --- content/zh/docs/concepts/architecture/cloud-controller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/architecture/cloud-controller.md b/content/zh/docs/concepts/architecture/cloud-controller.md index b25b48ced0..47043364b8 100644 --- a/content/zh/docs/concepts/architecture/cloud-controller.md +++ b/content/zh/docs/concepts/architecture/cloud-controller.md @@ -19,7 +19,7 @@ Cloud infrastructure technologies let you run Kubernetes on public, private, and Kubernetes believes in automated, API-driven infrastructure without tight coupling between components. --> -使用云基础设施技术,你可以在共有云、私有云或者混合云环境中运行 Kubernetes。 +使用云基础设施技术,你可以在公有云、私有云或者混合云环境中运行 Kubernetes。 Kubernetes 的信条是基于自动化的、API 驱动的基础设施,同时避免组件间紧密耦合。 {{< glossary_definition term_id="cloud-controller-manager" length="all" prepend="组件 cloud-controller-manager 是">}}