From 8a1a91eb54304e4d35034310c09a92621c09c207 Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 18 Aug 2017 08:44:50 +0800 Subject: [PATCH] Update running-cloud-controller.md (+1 squashed commit) Squashed commits: [49b911e] Update running-cloud-controller.md --- docs/tasks/administer-cluster/running-cloud-controller.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tasks/administer-cluster/running-cloud-controller.md b/docs/tasks/administer-cluster/running-cloud-controller.md index 9902b0ae40..0c45ade1c4 100644 --- a/docs/tasks/administer-cluster/running-cloud-controller.md +++ b/docs/tasks/administer-cluster/running-cloud-controller.md @@ -16,8 +16,8 @@ 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. +1. Write a cloudprovider that satisfies the [cloudprovider.Interface](https://git.k8s.io/kubernetes/pkg/cloudprovider/cloud.go). +2. 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