Update running-cloud-controller.md

add "." to the sentence
reviewable/pr5075/r1
Anthony 2017-08-17 12:20:54 +08:00 committed by Andrew Chen
parent 8ec5b44696
commit 573442c182
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ In future Kubernetes releases, cloud vendors should link code that satisfies the
To build cloud-controller-manager for your cloud, follow these steps:
* Write a cloudprovider that satisfies the [cloudprovider.Interface](https://git.k8s.io/kubernetes/pkg/cloudprovider/cloud.go).
* Link the cloudprovider to cloud-controller-manager
* Link the cloudprovider to cloud-controller-manager.
The methods in [cloudprovider.Interface](https://git.k8s.io/kubernetes/pkg/cloudprovider/cloud.go) are self-explanatory. All of the
[existing providers](https://git.k8s.io/kubernetes/pkg/cloudprovider/providers) satisfy this interface. If your cloud is already a part