feat: Add support for tracking latest AMI release version on managed nodegroups (#2951)

This commit is contained in:
Bryant Biggs
2024-03-08 22:48:38 -05:00
committed by GitHub
parent f1bbfc4740
commit 393da7ec0e
5 changed files with 56 additions and 4 deletions

View File

@@ -92,6 +92,8 @@ module "eks" {
ami_type = "AL2023_x86_64_STANDARD"
platform = "al2023"
use_latest_ami_release_version = true
cloudinit_pre_nodeadm = [
{
content_type = "application/node.eks.aws"
@@ -125,6 +127,8 @@ module "eks" {
ami_type = "BOTTLEROCKET_x86_64"
platform = "bottlerocket"
use_latest_ami_release_version = true
# This will get added to what AWS provides
bootstrap_extra_args = <<-EOT
# extra args added