Skip to content

Releases: aws/aws-node-termination-handler

AWS Node Termination Handler v1.0.0

02 Dec 20:41
4a12725
Compare
Choose a tag to compare

This release offers the node termination behavior of cordon and draining nodes if they receive a EC2 Spot Instance termination notification (ITN).

Features:

  1. Detect Spot ITN then use Kubernetes API to cordon and drain
  2. Retry mechanism for transient network issues connecting to metadata service
  3. Optional Ignore Daemonsets
  4. Optional Delete-Local-Data
  5. Optional Node Selector
  6. Optional Dry-Run Mode
  7. Integration testing framework