Skip to content

AWS Node Termination Handler v1.4.0

Compare
Choose a tag to compare
@bwagner5 bwagner5 released this 08 May 17:13
9769814

New Features:

  1. Supports HTTP(S) proxying for webhooks (#150)
  2. Supports optional JSON logging (#152)
  3. Supports an optional cordon-only which only marks the node as unschedulable and does not drain the pods off the node. (#145)
  4. Removed unneeded K8s permissions given to aws-node-termination-handler in its cluster role. (#140)
  5. Tolerate all taints by default so that aws-node-termination-handler is launched everywhere. (#128)

Bug Fixes:

  1. Fixed a bug where Scheduled Maintenance Events start and end times could not be parsed when the day was a single digit. (#148)
  2. Fixed a bug where Scheduled Maintenance Event cancellations fail because of an alternative spelling of "canceled". (#133)

Tests:

  1. Added end-to-end tests for webhook HTTP proxy
  2. Added end-to-end tests for cordon-only feature
  3. Upgraded to Kind (Kubernetes-in-Docker) to version 0.8.1 for e2e tests.