Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tppolkow committed Oct 7, 2024
1 parent dea7360 commit 9496fc3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions content/docs/operations/cloudprovider/cloudprovider.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ title: CloudProvider
weight: 6
---

Enabling CloudProvider allows your MKE cluster to integrate with cloud provider addons. Currently, only AWS is supported as an MKE managed cloud provider addon.
To use other cloud providers, you must set MKE to run with "external" cloud provider and install the cloud provider yourself.
Enabling `cloud-provider` allows your MKE cluster to integrate with cloud provider addons.

## Pre-requisites
Cloud Providers may have additional requirements. Please refer to the specific cloud provider documentation for more information.
{{< callout type="note" >}}
AWS is currently the only managed cloud service provider add-on supported by MKE 4. To use a different cloud service provider, you must set MKE 4 to run with "external" cloud provider and install the desired cloud provider.
{{< /callout >}}

## Prerequisites
Refer to the documentation for your chosen cloud service provider to learn of any proprietary requirements.

For using the MKE managed AWS Cloud Provider you will need to ensure your nodes have certain IAM policies. See the official AWS cloud provider [documentation](https://cloud-provider-aws.sigs.k8s.io/prerequisites/#iam-policies).

Expand Down

0 comments on commit 9496fc3

Please sign in to comment.