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
版权声明:本文标题:amazon web services - EKS deployment's Node creation failed with custom_launch_template - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744737849a2622437.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论