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: aks/terraform/modules/broker-node-pool/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ No modules.
35
35
| <aname="input_node_pool_max_size"></a> [node\_pool\_max\_size](#input\_node\_pool\_max\_size)| The maximum worker node count for each node pool. |`string`| n/a | yes |
36
36
| <aname="input_node_pool_name"></a> [node\_pool\_name](#input\_node\_pool\_name)| The name prefix of the node pools. |`string`| n/a | yes |
37
37
| <aname="input_node_pool_taints"></a> [node\_pool\_taints](#input\_node\_pool\_taints)| Kubernetes taints added to worker nodes in the node pools. |`list(string)`| n/a | yes |
38
+
| <aname="input_split_node_group"></a> [split\_node\_group](#input\_split\_node\_group)| Whether to split the nodegroup into a nodegroup per availability zone. |`bool`|`true`| no |
38
39
| <aname="input_subnet_id"></a> [subnet\_id](#input\_subnet\_id)| The subnet that will contain the worker nodes in each node pool. |`string`| n/a | yes |
39
40
| <aname="input_worker_node_disk_size"></a> [worker\_node\_disk\_size](#input\_worker\_node\_disk\_size)| The OS disk size (in GB) used for the worker nodes in each node pool. |`string`| n/a | yes |
40
41
| <aname="input_worker_node_disk_type"></a> [worker\_node\_disk\_type](#input\_worker\_node\_disk\_type)| The type of the OS disk for the worker nodes in each node pool. |`string`|`"Ephemeral"`| no |
Copy file name to clipboardExpand all lines: eks/terraform/modules/broker-node-group/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,10 @@ No modules.
41
41
| <aname="input_node_group_resources_tags"></a> [node\_group\_resources\_tags](#input\_node\_group\_resources\_tags)| Resources tags added to the node groups as hints for the autoscaler. |`list(map(string))`| n/a | yes |
42
42
| <aname="input_node_group_taints"></a> [node\_group\_taints](#input\_node\_group\_taints)| Kubernetes taints added to worker nodes in the node groups. |`list(map(string))`| n/a | yes |
43
43
| <aname="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids)| The security groups that will be attached to the worker nodes. |`list(string)`| n/a | yes |
44
+
| <aname="input_split_node_group"></a> [split\_node\_group](#input\_split\_node\_group)| Whether to split the nodegroup into a nodegroup per subnet. |`bool`|`true`| no |
44
45
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| The subnets that the node groups will use - a node group is created in each subnet. |`list(string)`| n/a | yes |
45
-
| <aname="input_worker_node_ami_version"></a> [worker\_node\_ami\_version](#input\_worker\_node\_ami\_version)| Value of the the AMI to use for the worker nodes. |`string`| n/a | yes |
46
+
| <aname="input_worker_node_ami_type"></a> [worker\_node\_ami\_type](#input\_worker\_node\_ami\_type)| Value of the AMI type to use for the worker nodes. |`string`|`"AL2023_x86_64_STANDARD"`| no |
47
+
| <aname="input_worker_node_ami_version"></a> [worker\_node\_ami\_version](#input\_worker\_node\_ami\_version)| Value of the the AMI version to use for the worker nodes. |`string`| n/a | yes |
46
48
| <aname="input_worker_node_instance_type"></a> [worker\_node\_instance\_type](#input\_worker\_node\_instance\_type)| The instance type of the worker nodes. |`string`| n/a | yes |
47
49
| <aname="input_worker_node_role_arn"></a> [worker\_node\_role\_arn](#input\_worker\_node\_role\_arn)| The ARN of the IAM role assigned to each worker node via an instance profile. |`string`| n/a | yes |
48
50
| <aname="input_worker_node_tags"></a> [worker\_node\_tags](#input\_worker\_node\_tags)| Tags that are added to worker nodes. |`map(string)`|`{}`| no |
0 commit comments