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?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744737849a4590855.html
评论列表(0条)