From 835af84149cadbb81fd92c611ea382f5b7d17dae Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Thu, 28 May 2020 13:49:50 -0700 Subject: [PATCH] Revert "Add DigitalOcean to cloud provider documentation." --- .../concepts/cluster-administration/cloud-providers.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/content/en/docs/concepts/cluster-administration/cloud-providers.md b/content/en/docs/concepts/cluster-administration/cloud-providers.md index e2bb4bbf5b..0d9ba6c1ff 100644 --- a/content/en/docs/concepts/cluster-administration/cloud-providers.md +++ b/content/en/docs/concepts/cluster-administration/cloud-providers.md @@ -125,15 +125,6 @@ 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)