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:
parent
dcfd0c3d8b
commit
a4c5c4e033
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue