Route controller is not GCE specific (#8234)

There are implementations of the cloudprovider.Routes() interface in the aws, azure and openstack providers.
This commit is contained in:
Doug MacEachern 2018-05-01 08:36:17 -07:00 committed by k8s-ci-robot
parent dcfd0c3d8b
commit a4c5c4e033
1 changed files with 1 additions and 1 deletions

View File

@ -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