You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-27Lines changed: 15 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,9 @@
7
7
8
8
### [SquareOps Technologies](https://squareops.com/) Your DevOps Partner for Accelerating cloud journey.
9
9
<br>
10
-
This module simplifies the deployment of EKS clusters with dual stack mode for Cluster IP family like IPv6 and IPv4, allowing users to quickly create and manage a production-grade Kubernetes cluster on AWS. The module is highly configurable, allowing users to customize various aspects of the EKS cluster, such as the Kubernetes version, worker node instance type, number of worker nodes, and now with added support for EKS version 1.28.
10
+
This module simplifies the deployment of EKS clusters with dual stack mode for Cluster IP family like IPv6 and IPv4, allowing users to quickly create and manage a production-grade Kubernetes cluster on AWS. The module is highly configurable, allowing users to customize various aspects of the EKS cluster, such as the Kubernetes version, worker node instance type, number of worker nodes, and now with added support for EKS version 1.30.
11
11
<br>
12
-
we've introduced a new functionality that enhances the ease of cluster setup. Users can now choose to create a default nodegroup based on the value of default_addon_enabled.the module now seamlessly integrates default addons, including CoreDNS, Kube-proxy, VPC CNI, and EBS CSI Driver. This ensures that your EKS clusters are equipped with essential components for optimal performance and functionality right from the start.
13
-
<br>
14
-
With this module, users can take advantage of the latest features and improvements offered by EKS 1.28 while maintaining the ease and convenience of automated deployment. The module provides a streamlined solution for setting up EKS clusters, reducing the manual effort required for setup and configuration.
12
+
With this module, users can take advantage of the latest features and improvements offered by EKS 1.30 while maintaining the ease and convenience of automated deployment. The module provides a streamlined solution for setting up EKS clusters, reducing the manual effort required for setup and configuration.
| <aname="input_additional_aws_tags"></a> [additional\_aws\_tags](#input\_additional\_aws\_tags)| Additional tags to be applied to AWS resources |`map(string)`|`{}`| no |
185
-
| <aname="input_aws_region"></a> [aws\_region](#input\_aws\_region)| Name of the AWS region where S3 bucket is to be created. |`string`|`"us-east-1"`| no |
186
-
| <aname="input_aws_account_id"></a> [aws\_account\_id](#input\_aws\_account\_id)| Account ID of the AWS Account. |`string`|`""`| no |
187
175
| <aname="input_environment"></a> [environment](#input\_environment)| Environment identifier for the EKS cluster, such as dev, qa, prod, etc. |`string`|`""`| no |
188
176
| <aname="input_name"></a> [name](#input\_name)| Specify the name of the EKS cluster. |`string`|`""`| no |
189
177
| <aname="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version)| Specifies the Kubernetes version (major.minor) to use for the EKS cluster. |`string`|`""`| no |
0 commit comments