From 98096293f6dc7435dd9781365dc0e21ff08a4cd1 Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Mon, 17 Sep 2018 13:37:06 -0700 Subject: [PATCH] link RKE cloud provider docs in Rancher docs --- .../rke-clusters/options/cloud-providers/_index.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/options/cloud-providers/_index.md b/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/options/cloud-providers/_index.md index bb6157d127d..c5467b3386a 100644 --- a/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/options/cloud-providers/_index.md +++ b/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/options/cloud-providers/_index.md @@ -8,10 +8,15 @@ A _cloud provider_ is a module in Kubernetes that provides an interface for mana By default, the **Cloud Provider** option is set to `None`. Supported cloud providers are: -* `Amazon` -* `Azure` +* [Amazon](#amazon) +* [Azure](#azure) -The `Custom` cloud provider is available if you want to configure your own cloud provider name and configuration in your cluster. +The `Custom` cloud provider is available if you want to configure any [Kubernetes cloud provider](https://kubernetes.io/docs/concepts/cluster-administration/cloud-providers/). + +For the custom cloud provider option, you can refer to the [RKE docs]({{< baseurl >}}/rke/v0.1.x/en/config-options/cloud-providers/) on how to edit the yaml file for your specific cloud provider. There are specific cloud providers that have more detailed configuration : + +* [vSphere]({{< baseurl >}}/rke/v0.1.x/en/config-options/cloud-providers/vsphere/) +* [Openstack]({{< baseurl >}}/rke/v0.1.x/en/config-options/cloud-providers/openstack/) > **Warning:** Your cluster will not provision correctly if you configure a cloud provider cluster of nodes that do not meet the prerequisites. Prerequisites for supported cloud providers are listed below.