admin管理员组

文章数量:1390503

I am deploying the EKS with terraform-aws-eks module. I want to set the size of the root EBS volume to 64GB. For that, I set the custom_launch_template=true while calling this module and set the disk size to 64.

  use_custom_launch_template             = false
  disk_size                              = 64

But while deploying new node creations are failing. When it was custom_launch_template=false, the nodes were deployed successfully.

Any idea how to remediate?

本文标签: amazon web servicesEKS deployment39s Node creation failed with customlaunchtemplateStack Overflow