Skip to content

Commit 921b2c8

Browse files
committed
Add DigitalOcean to cloud provider documentation.
1 parent b31f2e3 commit 921b2c8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/en/docs/concepts/cluster-administration/cloud-providers.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,15 @@ If you wish to use the external cloud provider, its repository is [apache/clouds
125125
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.
126126
Note that the Kubernetes Node name must match the CloudStack VM name.
127127

128+
## DigitalOcean
129+
130+
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)
131+
132+
### Node Name
133+
134+
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.
135+
Note that the Kubernetes Node name must match the DigitalOcean Droplet name.
136+
128137
## GCE
129138

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

0 commit comments

Comments
 (0)