Skip to content

Commit

Permalink
feat: Supporting update_config in EKS managed node groups (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Billinghurst committed Sep 1, 2021
1 parent 46a2136 commit 95928b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/node_groups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ The role ARN specified in `var.default_iam_role_arn` will be used by default. In
| launch\_template_version | The version of the LT to use | string | none |
| max\_capacity | Max number of workers | number | `var.workers_group_defaults[asg_max_size]` |
| min\_capacity | Min number of workers | number | `var.workers_group_defaults[asg_min_size]` |
| max\_unavailable\_type | Type of the max number unavailable nodes. Can be `number` or `percent`. | string | `update_config` block not added |
| max\_unavailable | Value for max unavailable nodes. | number | Cannot be empty if `max_unavailable_type` is set |
| name | Name of the node group. If you don't really need this, we recommend you to use `name_prefix` instead. | string | Will use the autogenerate name prefix |
| name_prefix | Name prefix of the node group | string | Auto generated |
| pre_userdata | userdata to pre-append to the default userdata. Require `create_launch_template` to be `true`| string | "" |
Expand Down

0 comments on commit 95928b2

Please sign in to comment.