From ffd6cca24de9a6ac787657d6f709f734374e7709 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Tue, 30 May 2023 09:20:22 -0700 Subject: [PATCH] docs: typo fix --- content/docs/04-clusters/01-public-cloud/01-aws/09-eks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/04-clusters/01-public-cloud/01-aws/09-eks.md b/content/docs/04-clusters/01-public-cloud/01-aws/09-eks.md index 63c661ab16..21c921187a 100644 --- a/content/docs/04-clusters/01-public-cloud/01-aws/09-eks.md +++ b/content/docs/04-clusters/01-public-cloud/01-aws/09-eks.md @@ -84,7 +84,7 @@ Use the following steps to provision a new AWS EKS cluster: |**Region** | Choose the preferred AWS region where you would like the clusters to be provisioned.| |**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 VMs provisioned.| |**Cluster Endpoint Access**:| Select Private or Public or Private & Public, based on how the customer want to establish the communication with the endpoint for the managed Kubernetes API server and your cluster. - |**Public Access CIDR**: |This setting controls which IP addresses CIDR range can access the cluster. Leaving this setting blank will follow the provider default behavior, which may allow unrestricted access depending on your network configuration. For more information, refer to the [Amazon EKS cluster endpoint access control](https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html) reference guide.| + |**Public Access CIDR**: |This setting controls which IP addresse CIDR range can access the cluster. Leaving this setting blank will follow the provider default behavior, which may allow unrestricted access depending on your network configuration. For more information, refer to the [Amazon EKS cluster endpoint access control](https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html) reference guide.| |**Enable Encryption**|The user can enable secret encryption by toggling **Enable Encryption**. Provide the provider KMS key ARN to complete the wizard. Review [EKS Cluster Encryption](/clusters/public-cloud/aws/eks/#eksclustersecretsencryption) for more details.| |**Worker Pool Update**|Optionally enable the option to update the worker pool in parallel.|