Giter Site home page Giter Site logo

umotif-public / terraform-aws-eks-node-group Goto Github PK

View Code? Open in Web Editor NEW
13.0 5.0 22.0 50 KB

Terraform module to provision EKS Managed Node Group

Home Page: https://registry.terraform.io/modules/umotif-public/eks-node-group/aws

License: Other

Makefile 4.95% HCL 95.05%
terraform aws terraform-module eks aws-eks node-group eks-node-group kubernetes kubernetes-cluster

terraform-aws-eks-node-group's People

Contributors

marcincuber avatar mungoknotwise avatar ohid25 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

terraform-aws-eks-node-group's Issues

launch_template parameter is nt working properly

What is the current behavior?
module "eks-node-group" {
source = "umotif-public/eks-node-group/aws"
version = "~> 3.0.0"
cluster_name = data.aws_eks_cluster.cluster.id
subnet_ids = flatten([ module.vpc.public_subnets, module.vpc.private_subnets ])
desired_size = 2
min_size = 1
max_size = 2
instance_types = ["t2.micro"]
ec2_ssh_key = "gghh"
launch_template = {
launch_template_name = "foo"
}
tags = {
Environment = "spot"
}

}

error:

Error: Error in function call

on .terraform/modules/eks-node-group/main.tf line 60, in resource "aws_eks_node_group" "main":
60: version = lookup(launch_template.value, "version")
|----------------
| launch_template.value is map of string with 1 element

Call to function "lookup" failed: lookup failed to find 'version'.

What is the expected behavior?
launch_template name need to pick

Nodegroup got rebuilds on every terraform apply

I'm using this module to create the nodegroups in my eks, the nodegroups are also using aws launch templates... problem that I'm having is that the nodegroups are getting rebuilt everytime I run a terraform apply... and I haven't been able to fix this behavior, everything looks good but having terraform to do this is really a bummer.

any help some could give me with this would be very helpful.

thanks!

single-node-group-with-launch-template is failing during deployment

What is the current behavior?

Terraform is failing with the following error:
Error: error waiting for EKS Node Group (eks-xxx:eks-cluster-node-group) creation: unable to find additional information about CREATE_FAILED status, check EKS Node Group (eks-xxx:eks-cluster-node-group) health

Node group status is Create failed however ec2 instance are up and running. Userdata seems to be executed successfully.

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.