From a4c5c4e03392466185ba414587c650e8e7a30f86 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Tue, 1 May 2018 08:36:17 -0700 Subject: [PATCH] Route controller is not GCE specific (#8234) There are implementations of the cloudprovider.Routes() interface in the aws, azure and openstack providers. --- 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 73e51e33a2..d639767fc2 100644 --- a/docs/concepts/architecture/cloud-controller.md +++ b/docs/concepts/architecture/cloud-controller.md @@ -75,7 +75,7 @@ If the node has been deleted from the cloud, delete the Kubernetes Node object. #### Route controller -The Route controller is responsible for configuring routes in the cloud appropriately so that containers on different nodes in the Kubernetes cluster can communicate with each other. The route controller is only applicable for Google Compute Engine clusters. +The Route controller is responsible for configuring routes in the cloud appropriately so that containers on different nodes in the Kubernetes cluster can communicate with each other. #### Service Controller