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
@@ -205,7 +203,7 @@ Velero is designed to work with cloud native environments, making it a popular c
205
203
| <aname="input_cluster_autoscaler_chart_version"></a> [cluster\_autoscaler\_chart\_version](#input\_cluster\_autoscaler\_chart\_version)| Mention the version of the cluster autoscaler helm chart |`string`|`"9.19.1"`| no |
206
204
| <aname="input_create_efs_storage_class"></a> [create\_efs\_storage\_class](#input\_create\_efs\_storage\_class)| Set to true if you want to enable the EFS |`bool`|`false`| no |
207
205
| <aname="input_create_service_monitor_crd"></a> [create\_service\_monitor\_crd](#input\_create\_service\_monitor\_crd)| Set true to install CRDs for service monitor. |`bool`|`false`| no |
208
-
| <aname="input_eks_cluster_id"></a> [eks\_cluster\_id](#input\_eks\_cluster\_id)| Fetch Cluster ID of the cluster |`string`|`"stg-msa-reff"`| no |
206
+
| <aname="input_eks_cluster_name"></a> [eks\_cluster\_name](#input\_eks\_cluster\_name)| Fetch Cluster ID of the cluster |`string`|`""`| no |
| <aname="input_enable_amazon_eks_vpc_cni"></a> [enable\_amazon\_eks\_vpc\_cni](#input\_enable\_amazon\_eks\_vpc\_cni)| Set true to install VPC CNI addon. |`bool`|`false`| no |
@@ -220,22 +218,21 @@ Velero is designed to work with cloud native environments, making it a popular c
220
218
| <aname="input_enable_metrics_server"></a> [enable\_metrics\_server](#input\_enable\_metrics\_server)| Enable metrics server add-on |`bool`|`false`| no |
221
219
| <aname="input_enable_reloader"></a> [enable\_reloader](#input\_enable\_reloader)| Set true to enable reloader |`bool`|`false`| no |
222
220
| <aname="input_enable_single_az_ebs_gp3_storage_class"></a> [enable\_single\_az\_ebs\_gp3\_storage\_class](#input\_enable\_single\_az\_ebs\_gp3\_storage\_class)| Enable Single az storage class. |`bool`|`false`| no |
223
-
| <aname="input_environment"></a> [environment](#input\_environment)| Environment identifier for the EKS cluster |`string`|`"stg"`| no |
221
+
| <aname="input_environment"></a> [environment](#input\_environment)| Environment identifier for the EKS cluster |`string`|`""`| no |
222
+
| <aname="input_excluded_karpenter_ec2_instance_type"></a> [excluded\_karpenter\_ec2\_instance\_type](#input\_excluded\_karpenter\_ec2\_instance\_type)| List of instance types that cannot be used by Karpenter |`list(string)`| <pre>[<br> ""<br>]</pre> | no |
224
223
| <aname="input_ingress_nginx_version"></a> [ingress\_nginx\_version](#input\_ingress\_nginx\_version)| Specify the version of the nginx ingress |`string`|`"4.1.4"`| no |
225
224
| <aname="input_karpenter_ec2_capacity_type"></a> [karpenter\_ec2\_capacity\_type](#input\_karpenter\_ec2\_capacity\_type)| EC2 provisioning capacity type |`list(string)`| <pre>[<br> ""<br>]</pre> | no |
226
-
| <aname="input_karpenter_ec2_instance_type"></a> [karpenter\_ec2\_instance\_type](#input\_excluded\_karpenter\_ec2\_instance\_type)| List of instance types that can be used by Karpenter |`list(string)`| <pre>[<br> ""<br>]</pre> | no |
227
-
| <aname="input_karpenter_node_iam_role"></a> [karpenter\_node\_iam\_role](#input\_karpenter\_node\_iam\_role)| Specify the IAM role for the nodes provision through karpenter. |`string`| n/a | yes |
228
-
| <aname="input_kms_key_id"></a> [kms\_key\_id](#input\_kms\_key\_id)| KMS key to Encrypt AWS resources |`string`|`""`| no |
225
+
| <aname="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn)| KMS key to Encrypt AWS resources |`string`|`""`| no |
229
226
| <aname="input_kms_policy_arn"></a> [kms\_policy\_arn](#input\_kms\_policy\_arn)| Specify the ARN of KMS policy, for service accounts. |`string`|`""`| no |
230
227
| <aname="input_metrics_server_helm_version"></a> [metrics\_server\_helm\_version](#input\_metrics\_server\_helm\_version)| Mention the version of the metrics server helm chart |`string`|`"3.8.2"`| no |
231
-
| <aname="input_name"></a> [name](#input\_name)| Specify the name prefix of the EKS cluster resources. |`string`|`"msa"`| no |
228
+
| <aname="input_name"></a> [name](#input\_name)| Specify the name prefix of the EKS cluster resources. |`string`|`""`| no |
232
229
| <aname="input_private_subnet_ids"></a> [private\_subnet\_ids](#input\_private\_subnet\_ids)| Private subnets of the VPC which can be used by EFS |`list(string)`| <pre>[<br> ""<br>]</pre> | no |
230
+
| <aname="input_private_subnet_name"></a> [private\_subnet\_name](#input\_private\_subnet\_name)| Name of subnet selector for karpenter provisioner. |`string`|`""`| no |
233
231
| <aname="input_provider_url"></a> [provider\_url](#input\_provider\_url)| Provider URL of OIDC |`string`|`""`| no |
234
-
| <aname="input_sg_selector_name"></a> [sg\_selector\_name](#input\_sg\_selector\_name)| Name of security group selector for karpenter provisioner. |`string`|`""`| no |
235
232
| <aname="input_single_az_sc_config"></a> [single\_az\_sc\_config](#input\_single\_az\_sc\_config)| Define the Name and regions for storage class in Key-Value pair. |`list(any)`|`[]`| no |
236
-
| <aname="input_subnet_selector_name"></a> [subnet\_selector\_name](#input\_subnet\_selector\_name)| Name of subnet selector for karpenter provisioner. |`string`|`""`| no |
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| ID of the VPC where the cluster and its nodes will be provisioned |`string`|`""`| no |
235
+
| <aname="input_worker_iam_role_name"></a> [worker\_iam\_role\_name](#input\_worker\_iam\_role\_name)| Specify the IAM role for the nodes provision through karpenter. |`string`|`""`| no |
239
236
240
237
## Outputs
241
238
@@ -255,7 +252,7 @@ To report an issue with a project:
255
252
2. Search to see if the issue has already been reported
256
253
3. If you can't find an answer to your question in the documentation or issue tracker, you can ask a question by creating a new issue. Be sure to provide enough context and details so others can understand your problem.
257
254
4. Contributing to the project can be a great way to get involved and get help. The maintainers and other contributors may be more likely to help you if you're already making contributions to the project.
258
-
255
+
259
256
260
257
## License
261
258
@@ -277,7 +274,7 @@ Starring a repository on GitHub is a simple way to show your support and appreci
277
274
278
275
We believe that the key to success in the digital age is the ability to deliver value quickly and reliably. That’s why we offer a comprehensive range of DevOps & Cloud services designed to help your organization optimize its systems & Processes for speed and agility.
279
276
280
-
1. We are an AWS Advanced consulting partner which reflects our deep expertise in AWS Cloud and helping 100+ clients over the last 4 years.
277
+
1. We are an AWS Advanced consulting partner which reflects our deep expertise in AWS Cloud and helping 100+ clients over the last 5 years.
281
278
2. Expertise in Kubernetes and overall container solution helps companies expedite their journey by 10X.
282
279
3. Infrastructure Automation is a key component to the success of our Clients and our Expertise helps deliver the same in the shortest time.
283
280
4. DevSecOps as a service to implement security within the overall DevOps process and helping companies deploy securely and at speed.
| <aname="input_excluded_karpenter_ec2_instance_type"></a> [excluded\_karpenter\_ec2\_instance\_type](#input\_excluded\_karpenter\_ec2\_instance\_type)| List of instance types that can be used by Karpenter |`list(string)`| <pre>[<br> ""<br>]</pre> | no |
28
29
| <aname="input_karpenter_ec2_capacity_type"></a> [karpenter\_ec2\_capacity\_type](#input\_karpenter\_ec2\_capacity\_type)| EC2 provisioning capacity type |`list(string)`| <pre>[<br> ""<br>]</pre> | no |
29
-
| <aname="input_karpenter_ec2_instance_type"></a> [karpenter\_ec2\_instance\_type](#input\_karpenter\_ec2\_instance\_type)| List of instance types that can be used by Karpenter |`list(string)`| <pre>[<br> ""<br>]</pre> | no |
30
30
| <aname="input_sg_selector_name"></a> [sg\_selector\_name](#input\_sg\_selector\_name)| Name of security group selector for karpenter provisioner. |`string`|`""`| no |
31
31
| <aname="input_subnet_selector_name"></a> [subnet\_selector\_name](#input\_subnet\_selector\_name)| Name of subnet selector for karpenter provisioner. |`string`|`""`| no |
0 commit comments