aws-node-termination-handler
aws-node-termination-handler copied to clipboard
Gracefully handle EC2 instance shutdown within Kubernetes
**Describe the bug** NTH does not retry request over AWS SDK API to retrieve SQS queue message. **Steps to reproduce** Close firewall to SQS AWS endpoint and try to monitor...
**Describe the feature** NTH v2 should be aware of which node it's running on so that it can optimise the workflow for cordon/drain of that node, ideally so it exits...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.54.3 to 1.54.12. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.54.12 (2024-07-01) Service Client Updates service/apigateway: Updates service API Add v2 smoke tests and smithy smokeTests trait...
**Describe the bug** All events for the ASG launch lifecycle are categorised as `UnknownInterruption` instead of the expected `ASGLifecycle`. **Steps to reproduce** Use the ASG launch functionality with K8s events...
When the node-termination handler deletes the node, the Node transitions to the 'NotReady' state due to the unavailability of kubelet. Upon inspecting the logs, it appears that client-side throttling is...
**Describe the bug** Sometimes there are many 504 logs because of spot nodes shut down ungracefully before nth drain it. I inspect the logs and the process time only 40s...
**Describe the feature** I'd like AWS to claim the ArtifactHub Helm Repo for [aws-node-termination-handler](https://artifacthub.io/packages/helm/aws-node-termination-handler/aws-node-termination-handler). This is a mirror of https://github.com/aws/karpenter-provider-aws/issues/5306. **Is the feature request related to a problem?** An officially...
**Issue #837** 1) Added support to IMDS for ASG Lifecycle events 2) Added unit tests 3) Added end-to-end test Note: This PR depends on the merge of this PR in...
**Description of changes:** I identified an issue with the polling logic in the `handleRebootUncordon` function within the IMDS mode of NTH. Currently, the polling continues regardless of whether the uncordon...
**Description of changes:** While running NTH in IMDS mode on instances without an assigned public IP, I noticed that requests to certain EC2 Metadata endpoints, specifically `public-hostname` and `public-ipv4`, return...