aws-node-termination-handler icon indicating copy to clipboard operation
aws-node-termination-handler copied to clipboard

Gracefully handle EC2 instance shutdown within Kubernetes

Results 61 aws-node-termination-handler issues
Sort by recently updated
recently updated
newest added

**Describe the feature** Looking at the config options, I see there is a [taint-node](https://github.com/aws/aws-node-termination-handler/blob/f3b7d4fd0a150fa0179f32d6ef0ee754d32625d8/pkg/config/config.go#L205) option, which gets applied when an interruption event occurs. The feature request is to have a...

**Describe the feature** Fail the app on missing queue if queue mode is enabled. **Is the feature request related to a problem?** We're using NTH with `enableSqsTerminationDraining` set to `true`...

Type: Enhancement
stalebot-ignore

**Issue #, if available:** ASG target lifecycle hook is already available in [instance metadata service](https://docs.aws.amazon.com/autoscaling/ec2/userguide/retrieving-target-lifecycle-state-through-imds.html). This pull request adds it to IMDS option. **Description of changes:** Adding ASG Termination Lifecycle...

stalebot-ignore

**Describe the feature** Target lifecycle state is available through instance metadata since March 2022 - https://docs.aws.amazon.com/autoscaling/ec2/userguide/retrieving-target-lifecycle-state-through-imds.html It would be nice to enable this on aws-node-termination-handler when deployed in imds mode....

Type: Enhancement
stalebot-ignore

Sending this PR with a quick Terraform example showing how to setup `aws-node-termination-handler` with `Helm Provider` and SQS. ### This example cover: * Terraform setup * Helm provider setup *...

stalebot-ignore

**Describe the feature** Adding a Docker image for Windows 2022. As we provision EKS clusters with Windows nodes running Windows Server 2022, we expect the node-termination-handler to still work. The...

Type: Enhancement
good first issue
stalebot-ignore

**Describe the bug** NTH in Queue Processor mode isn't able to respond to Instance State Change Events correctly. After following the set up described for Queue Processor mode and having...

docs
stalebot-ignore

**Describe the feature** I'd like the option for NTH v2 to actually remove the node from the cluster (e.g. `kubectl delete node`) when cordon/drain has completed; the lifecycle would still...

Type: Enhancement
stalebot-ignore
V2

**Describe the feature** I'd like NTH v2 to use leader election when more than one replica is running. **Is the feature request related to a problem?** I'd like to have...

Type: Enhancement
stalebot-ignore
V2

**Describe the feature** I'd like to know the number of nodes that a NTH instance is currently managing and have it exported as a metric. **Is the feature request related...

Type: Enhancement
good first issue
stalebot-ignore