mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-16 00:34:31 +01:00
docs: Update eks managed node group usage to v19 (#2366)
This commit is contained in:
committed by
GitHub
parent
1f1cb3a5d7
commit
5ae6abcaf4
@@ -13,7 +13,7 @@
|
||||
|
||||
Refer to the [EKS Managed Node Group documentation](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html) documentation for service related details.
|
||||
|
||||
1. The module creates a custom launch template by default to ensure settings such as tags are propagated to instances. To use the default template provided by the AWS EKS managed node group service, disable the launch template creation and set the `launch_template_name` to an empty string:
|
||||
1. The module creates a custom launch template by default to ensure settings such as tags are propagated to instances. Please note that many of the customization options listed [here](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/modules/eks-managed-node-group#Inputs) are only available when a custom launch template is created. To use the default template provided by the AWS EKS managed node group service, disable the launch template creation by setting `use_custom_launch_template` to `false`:
|
||||
|
||||
```hcl
|
||||
eks_managed_node_groups = {
|
||||
|
||||
Reference in New Issue
Block a user