From c4fba11dfe7ebf242e7a3de22debb9b3e31d80e6 Mon Sep 17 00:00:00 2001 From: Kay Yan Date: Thu, 1 Feb 2018 20:13:08 +0800 Subject: [PATCH] fix a type in cloud controller (#7193) --- docs/concepts/architecture/cloud-controller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/architecture/cloud-controller.md b/docs/concepts/architecture/cloud-controller.md index fe87703e9a..d7ce662c20 100644 --- a/docs/concepts/architecture/cloud-controller.md +++ b/docs/concepts/architecture/cloud-controller.md @@ -8,7 +8,7 @@ The cloud controller manager (CCM) concept (not to be confused with the binary) The cloud controller manager's design is based on a plugin mechanism that allows new cloud providers to integrate with Kubernetes easily by using plugins. There are plans in place for on-boarding new cloud providers on Kubernetes, and for migrating cloud provider from the old model to the new CCM model. -This document discusses the concepts behind the the cloud controller manager, and gives details about its associated functions. +This document discusses the concepts behind the cloud controller manager, and gives details about its associated functions. Here's the architecture of a Kubernetes cluster without the cloud controller manager: