From 08a5d4d7289c5257f630d65b12c5ce8b87b95427 Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 18 Aug 2017 08:57:24 +0800 Subject: [PATCH] Update running-cloud-controller.md --- docs/tasks/administer-cluster/running-cloud-controller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/administer-cluster/running-cloud-controller.md b/docs/tasks/administer-cluster/running-cloud-controller.md index ba76170525..0c45ade1c4 100644 --- a/docs/tasks/administer-cluster/running-cloud-controller.md +++ b/docs/tasks/administer-cluster/running-cloud-controller.md @@ -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: 1. Write a cloudprovider that satisfies the [cloudprovider.Interface](https://git.k8s.io/kubernetes/pkg/cloudprovider/cloud.go). -1. Link the cloudprovider to cloud-controller-manager. +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