Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Cluster Updates #1410

Merged
merged 7 commits into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,15 @@ Use the following steps to provision a new AWS cluster:
|**Region** | Choose the preferred AWS region where you would like to provision clusters.|
|**SSH Key Pair Name** | Choose the desired SSH Key pair. SSH key pairs need to be pre-configured on AWS for the desired regions. The selected key is inserted into the provisioned VMs.|
|**Static Placement** | Check the **Static Placement** box if you want to deploy resources into pre-existing VPCs and subnets. Review the [Static Placement](/clusters/public-cloud/aws/create-cluster#staticplacement) table below to learn more about the required input fields.|
| **Private API Server LB**| Enable to deploy the cluster load balancer in a private subnet. This feature requires Palette to have direct network connectivity with the private subnet or a [Private Cluster Gatway](/clusters/data-center/maas/install-manage-maas-pcg) deployed in the environment.|

<br />

#### Static Placement

|Parameter|Description|
|---|---|
|**Virtual Network**: Select the virtual network from **drop-down Menu**.|
|**VPCID**: Select the Virtual Private Cloud (VPC) ID network from the **drop-down Menu**.|
|**Control plane subnet**: Select the control plane network from the **drop-down Menu**.|
|**Worker Network**: Select the worker network from the **drop-down Menu**. |

Expand Down Expand Up @@ -140,11 +141,16 @@ Use the following steps to provision a new AWS cluster:
| **PreferNoSchedule**| The system will avoid placing a non-tolerant pod to the tainted node but is not guaranteed.
| **NoExecute**| New pods will not be scheduled on the node, and existing pods on the node if any on the node will be evicted they do not tolerate the taint. |

14. Click on **Next**.

15. The settings page is where you can configure the patching schedule, security scans, backup settings, and set up Role Based Access Control (RBAC). Review the cluster settings and make changes if needed. Click on **Validate**.

16. Review the settings summary and click on **Finish Configuration** to deploy the cluster. Provisioning IaaS clusters can take 15 - 30 minutes depending on the cluster profile and the node pool configuration.
14. If you checked the **Static Placement** box in the **Cluster config** page, you can specify additional AWS [security groups](https://docs.aws.amazon.com/vpc/latest/userguide/security-groups.html) to apply to the worker group nodes. Use the **Additional Security Groups (Optional) drop-down Menu** to select additional security groups.


15. Click on **Next**.


16. The settings page is where you can configure the patching schedule, security scans, backup settings, and set up Role Based Access Control (RBAC). Review the cluster settings and make changes if needed. Click on **Validate**.

17. Review the settings summary and click on **Finish Configuration** to deploy the cluster. Provisioning IaaS clusters can take 15 - 30 minutes depending on the cluster profile and the node pool configuration.

The cluster details page of the cluster contains the status and details of the deployment. Use this page to track the deployment progress.

Expand Down
1 change: 0 additions & 1 deletion content/docs/06-integrations/00-frp.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ This pack can be combined with the [Kubernetes dashboard](https://kubernetes.io/

</InfoBox>


<br />

# Versions Supported
Expand Down