Update running-cloud-controller.md
parent
49b911e7d1
commit
08a5d4d728
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue