From ef44fdc062ef728a8f199197398a9e6c9080bef0 Mon Sep 17 00:00:00 2001 From: bells17 Date: Sat, 28 Sep 2019 05:41:36 +0900 Subject: [PATCH] Fix Cloud Provider repository links: CloudStack & OpenStack (#16129) --- .../docs/concepts/cluster-administration/cloud-providers.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/concepts/cluster-administration/cloud-providers.md b/content/en/docs/concepts/cluster-administration/cloud-providers.md index f823c4e2a4..900e2bb8b6 100644 --- a/content/en/docs/concepts/cluster-administration/cloud-providers.md +++ b/content/en/docs/concepts/cluster-administration/cloud-providers.md @@ -117,7 +117,7 @@ Note that the Kubernetes Node name must match the Azure VM name. ## CloudStack -If you wish to use the external cloud provider, its repository is [kubernetes/cloud-provider-openstack](https://github.com/kubernetes/cloud-provider-openstack#readme) +If you wish to use the external cloud provider, its repository is [apache/cloudstack-kubernetes-provider](https://github.com/apache/cloudstack-kubernetes-provider) ### Node Name @@ -137,6 +137,8 @@ Note that the first segment of the Kubernetes Node name must match the GCE insta This section describes all the possible configurations which can be used when using OpenStack with Kubernetes. +If you wish to use the external cloud provider, its repository is [kubernetes/cloud-provider-openstack](https://github.com/kubernetes/cloud-provider-openstack#readme) + ### Node Name The OpenStack cloud provider uses the instance name (as determined from OpenStack metadata) as the name of the Kubernetes Node object.