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

Filter managed non-ASG nodes by tag

Open AustinSiu opened this issue 3 years ago • 0 comments

Issue #, if available: #654

Description of changes:

  • Replaced fields check-asg-tag-before-draining and managed-asg-tag with check-tag-before-draining and managed-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/managedTag on 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.

AustinSiu avatar Aug 09 '22 15:08 AustinSiu