Giter VIP home page Giter VIP logo

Comments (4)

bryantbiggs avatar bryantbiggs commented on June 3, 2024

I'm interested in using AL2023 image, which requires a few additional things (like passing a YAML config and using IMDSv2) - if the module could also handle it, that would be nice :) (ok, I might be asking for too much here)

this module already supports AL2023, what else is missing?

from terraform-aws-eks.

jgournet avatar jgournet commented on June 3, 2024

this module already supports AL2023, what else is missing?

Sorry, I might have missed it - for self managed node groups, all I could find was to pass a ami_id; while eks-managed-node-group has a "ami_type" functionality

from terraform-aws-eks.

bryantbiggs avatar bryantbiggs commented on June 3, 2024

correct - that is due to the EKS MNG API.

If you look at the examples we provide, nearly everything is covered there

# AL2023 node group utilizing new user data format which utilizes nodeadm
# to join nodes to the cluster (instead of /etc/eks/bootstrap.sh)
al2023_nodeadm = {
platform = "al2023"
cloudinit_pre_nodeadm = [
{
content_type = "application/node.eks.aws"
content = <<-EOT
---
apiVersion: node.eks.aws/v1alpha1
kind: NodeConfig
spec:
kubelet:
config:
shutdownGracePeriod: 30s
featureGates:
DisableKubeletCloudCredentialProviders: true
EOT
}
]
}

from terraform-aws-eks.

jgournet avatar jgournet commented on June 3, 2024

Than you !

from terraform-aws-eks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.