Skip to content

Commit

Permalink
Merge pull request #21206 from MorrisLaw/document-digitalocean-cloudp…
Browse files Browse the repository at this point in the history
…rovider

Add DigitalOcean to cloud provider documentation.
  • Loading branch information
k8s-ci-robot authored May 27, 2020
2 parents 09f6515 + 921b2c8 commit 28bd08d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,15 @@ If you wish to use the external cloud provider, its repository is [apache/clouds
The CloudStack cloud provider uses the hostname of the node (as determined by the kubelet or overridden with `--hostname-override`) as the name of the Kubernetes Node object.
Note that the Kubernetes Node name must match the CloudStack VM name.

## DigitalOcean

If you wish to use the external cloud provider, its repository is [digitalocean/digitalocean-cloud-controller-manager](https://github.com/digitalocean/digitalocean-cloud-controller-manager)

### Node Name

The DigitalOcean cloud provider uses the hostname of the node (as determined by the kubelet or overridden with `--hostname-override`) as the name of the Kubernetes Node object.
Note that the Kubernetes Node name must match the DigitalOcean Droplet name.

## GCE

If you wish to use the external cloud provider, its repository is [kubernetes/cloud-provider-gcp](https://github.com/kubernetes/cloud-provider-gcp#readme)
Expand Down

0 comments on commit 28bd08d

Please sign in to comment.