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
* Use splat syntax to return NG underlying resources
* Update EKS cluster module's version in examples
Update from 0.13.0 to 0.16.0.
* Enable the NG to scale the ASG
* Update the cluster-autoscaler-enabling tags
* Update Node Group dependencies
Add the cluster autoscaling policy attachment to the list of the Node
Group's dependencies.
* Leverage the Labels module to name the policy
* Update documentation
* Add Github workflow files
Co-authored-by: Andriy Knysh <[email protected]>
Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) in the `#geodesic` channel or visit our [Slack Archive](https://archive.sweetops.com/geodesic/).
A clear and concise description of what the bug is.
17
+
18
+
## Expected Behavior
19
+
20
+
A clear and concise description of what you expected to happen.
21
+
22
+
## Use Case
23
+
24
+
Is your feature request related to a problem/challenge you are trying to solve? Please provide some additional context of why this feature or capability will be valuable.
25
+
26
+
## Describe Ideal Solution
27
+
28
+
A clear and concise description of what you want to happen. If you don't know, that's okay.
29
+
30
+
## Alternatives Considered
31
+
32
+
Explain what alternative solutions or features you've considered.
33
+
34
+
## Additional Context
35
+
36
+
Add any other context or screenshots about the feature request here.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,7 @@ Available targets:
203
203
| desired_size | Desired number of worker nodes | number | - | yes |
204
204
| disk_size | Disk size in GiB for worker nodes. Defaults to 20. Terraform will only perform drift detection if a configuration value is provided | number |`20`| no |
205
205
| ec2_ssh_key | SSH key name that should be used to access the worker nodes | string |`null`| no |
206
+
| enable_cluster_autoscaler | Whether to enable node group to scale the Auto Scaling Group | bool |`false`| no |
206
207
| enabled | Whether to create the resources. Set to `false` to prevent the module from creating any resources | bool |`true`| no |
207
208
| existing_workers_role_policy_arns | List of existing policy ARNs that will be attached to the workers default role on creation | list(string) |`<list>`| no |
208
209
| existing_workers_role_policy_arns_count | Count of existing policy ARNs that will be attached to the workers default role on creation. Needed to prevent Terraform error `count can't be computed`| number |`0`| no |
Copy file name to clipboardExpand all lines: docs/terraform.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
| desired_size | Desired number of worker nodes | number | - | yes |
11
11
| disk_size | Disk size in GiB for worker nodes. Defaults to 20. Terraform will only perform drift detection if a configuration value is provided | number |`20`| no |
12
12
| ec2_ssh_key | SSH key name that should be used to access the worker nodes | string |`null`| no |
13
+
| enable_cluster_autoscaler | Whether to enable node group to scale the Auto Scaling Group | bool |`false`| no |
13
14
| enabled | Whether to create the resources. Set to `false` to prevent the module from creating any resources | bool |`true`| no |
14
15
| existing_workers_role_policy_arns | List of existing policy ARNs that will be attached to the workers default role on creation | list(string) |`<list>`| no |
15
16
| existing_workers_role_policy_arns_count | Count of existing policy ARNs that will be attached to the workers default role on creation. Needed to prevent Terraform error `count can't be computed`| number |`0`| no |
0 commit comments