Skip to content

Deprecated chart for AWS Node Termination Handler #466

@briantwatson

Description

@briantwatson

Description

Module is using deprecated chart for the AWS Node Termination Handler:

Note notice here:
https://github.com/aws/eks-charts/?tab=readme-ov-file#aws-node-termination-handler

Versions

  • Module version [Required]:

latest

  • Terraform version:
    n/a

  • Provider version(s):
    n/a

Reproduction Code [Required]

For any cluster, set:

enable_aws_node_termination_handler = true
create_kubernetes_resources         = true

aws_node_termination_handler_asg_arns = [
  "arn:aws:autoscaling:us-west-2:123456789012:autoScalingGroupName/my-asg-1",
  "arn:aws:autoscaling:us-west-2:123456789012:autoScalingGroupName/my-asg-2"
]

aws_node_termination_handler_asg_names = [
  "my-asg-1",
  "my-asg-2"
]

Steps to reproduce the behavior:

plan output helm release

Expected behaviour

New helm chart referenced and installed

Actual behaviour

Deprecated helm chart

Terminal Output Screenshot(s)

n/a

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions