Skip to content

AWS Node Termination Handler v1.1.0

Compare
Choose a tag to compare
@bwagner5 bwagner5 released this 03 Jan 21:24

New Features:

  1. NTH now allows you to configure how long before the termination event you would like to start draining the node. Use the --node-termination-grace-period argument (or NODE_TERMINATION_GRACE_PERIOD environment variable) to configure this new functionality. The default value will maintain the same functionality as v1.0.0 which is 120 seconds before the termination event.

Changes:

  1. Deprecated the "grace-period" argument in favor of "pod-termination-grace-period". Old configurations will still work using "grace-period" but a warning will be logged.

Tests:

  1. Kind was updated to the latest v0.6.0 for E2E tests.
  2. Tests were broken up into reusable scripts to facilitate more tests with less code
  3. goimports test was added to the go-report-card test