Skip to content

Commit

Permalink
docs: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Lenny Chen <[email protected]>
  • Loading branch information
karl-cardenas-coding and lennessyy authored Dec 6, 2024
1 parent 8c94449 commit 511ddbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _partials/self-hosted/_cloud-provider-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ partial_name: cloud-provider-config


When using public cloud providers, {props.edition} automatically downloads the required infrastructure provider images from our public registries to set up a workload cluster.
For example, if you are wanting to deploy an AWS cluster, {props.edition} downloads the required Amazon Machine Image (AMI) that contains the desired Operation System (OS) and Kubernetes binaries specified in the cluster profile.
The exception to this is when you are using a custom image, in which case you must provide the image yourself through the Bring Your Own OS (BYOOS) <VersionedLink text="workflow" url="/byoos/image-builder/" />.
For example, if you want to deploy an AWS cluster, {props.edition} downloads the required Amazon Machine Image (AMI) that contains the desired Operation System (OS) and Kubernetes binaries specified in the cluster profile.
The exception to this is when you are using a custom image, in which case you must provide the image yourself through the Bring Your Own OS (BYOOS) <VersionedLink text="workflow" url="/byoos/image-builder/" />.

In the event you need to enable new cloud providers, or rotate the credentials used to access our infrastructure provider images, you can do so through the [System API](https://docs.spectrocloud.com/api/v1/system/).
Use the following steps to modify the cloud provider configuration for your self-hosted {props.edition} instance.
Expand All @@ -21,7 +21,7 @@ Use the following steps to modify the cloud provider configuration for your self
url="/system-management/account-management"
/> page to learn more about system administrator roles.

- You need Spectro Cloud cloud credentials to download the required infrastructure provider images. Reach out to our support team at [[email protected]](mailto:[email protected]) to obtain these credentials.
- You need cloud credentials from us to download the required infrastructure provider images. Reach out to our support team at [[email protected]](mailto:[email protected]) to obtain these credentials.

- `curl` or similar tool to make API requests.

Expand Down

0 comments on commit 511ddbc

Please sign in to comment.