terraform-aws-eks-node-group icon indicating copy to clipboard operation
terraform-aws-eks-node-group copied to clipboard

Terraform module to provision a fully managed AWS EKS Node Group

Results 28 terraform-aws-eks-node-group issues
Sort by recently updated
recently updated
newest added
trafficstars

## what This is an auto-generated PR that updates the README.md and docs ## why To have most recent changes of README.md and doc from origin templates

auto-update
readme
no-release

## what - Allow using multiple lines of before and after userdata ## why - As the bash commands are added to a file, I don't see why they have...

invalid
patch
do not merge

## Describe the Bug The validation of the variable `after_cluster_joining_userdata` expects the length of the array to be smaller than 2, but the definition says that it can contain commands...

bug
invalid

## what * Expose instance_requirements * This is a WIP ## why * Support attribute-based instance type selection ## references * Potentially closes (or will eventually close) https://github.com/cloudposse/terraform-aws-eks-node-group/issues/95 * block...

## what * Change validation of `metadata_http_put_response_hop_limit` variable to allow to set `1` as value. ## why * as standing in EKS best practises to limit access to worker node's...

patch

Support attribute-based instance type selection when the AWS Terraform provider supports it. See [AWS announcement](https://aws.amazon.com/about-aws/whats-new/2021/10/amazon-ec2-instance-auto-scaling-ec2-spot-fleet/)

Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Bug ASG group created by Node group is missing the cluster-autoscaler tags. Autoscaling does not work...

bug

## what * Use cloudposse/template for arm support ## why * The new cloudposse/template provider has a darwin arm binary for M1 laptops ## references * https://github.com/cloudposse/terraform-provider-template * https://registry.terraform.io/providers/cloudposse/template/latest

no-release

## Describe the Feature it is possible to Enable Auto Scaling group metrics https://docs.aws.amazon.com/en_en/autoscaling/ec2/userguide/ec2-auto-scaling-cloudwatch-monitoring.html#as-enable-group-metrics ## Expected Behavior I would like to have a variable (boolean) to enable this monitoring Best...

feature request

how do I setup the callback urls etc for oidc provider i.e. congnito?

documentation
help wanted