aws-node-termination-handler
aws-node-termination-handler copied to clipboard
Filter managed non-ASG nodes by tag
Issue #, if available: #654
Description of changes:
- Replaced fields
check-asg-tag-before-drainingandmanaged-asg-tagwithcheck-tag-before-drainingandmanaged-tag, updated docs to mark them as deprecated, and removed them from charts - Removed ASG api calls to fetch ASG info when determining whether a node should be managed by NTH.
- Fixed bug where the presence of the
managedAsgTag/managedTagon an instance wouldn't be checked correctly before deferring to ASG lookup
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.