Skip to content

AWS Node Termination Handler v1.6.1

Compare
Choose a tag to compare
@bwagner5 bwagner5 released this 10 Jul 18:27
216ed72

Bugs:

  1. Fix helm chart error when deploying to EKS where semver comparison fails because of Minor version having a + on the end. (#195 thanks to @itssimon for reporting #193)
  2. Do not schedule to fargate since it won't work correctly anyways (#191 thanks to @limed )
  3. Fix incorrect flag description for --ignore-daemon-sets (#194 thanks to @takanabe )