Remove invalid link to kubernetes cloud providers

Kubernetes removed the official documentation for cloud providers in https://github.com/kubernetes/website/pull/23517. Users are now instructed to view the individual documentation provided by each cloud provider.
This commit is contained in:
jgallucci32
2022-04-07 14:18:26 -07:00
committed by GitHub
parent 1d75de87df
commit facd7baf0b
@@ -3,7 +3,7 @@ title: Cloud Providers
weight: 250
---
RKE supports the ability to set your specific [cloud provider](https://kubernetes.io/docs/concepts/cluster-administration/cloud-providers/) for your Kubernetes cluster. There are specific cloud configurations for these cloud providers.
RKE supports the ability to set your specific cloud provider for your Kubernetes cluster. There are specific cloud configurations for these cloud providers.
To enable a cloud provider its name as well as any required configuration options must be provided under the `cloud_provider` directive in the cluster YML.
* [AWS]({{<baseurl>}}/rke/latest/en/config-options/cloud-providers/aws)