generated from aws-ia/terraform-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Description
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
-
https://gallery.ecr.aws/aws-ec2/helm/aws-node-termination-handler
-
✋ I have searched the open/closed issues and my issue is not listed.
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
Labels
No labels