keikoproj / lifecycle-manager

Graceful AWS scaling event on Kubernetes using lifecycle hooks
Apache License 2.0
94 stars 28 forks source link

use the copied node obj to drain the node #165

Closed ZihanJiang96 closed 9 months ago

ZihanJiang96 commented 10 months ago

fixes #164

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (99cb1d7) 69.74% compared to head (6f12728) 69.78%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #165 +/- ## ========================================== + Coverage 69.74% 69.78% +0.04% ========================================== Files 12 12 Lines 1312 1314 +2 ========================================== + Hits 915 917 +2 Misses 325 325 Partials 72 72 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

vasukiprasad1 commented 9 months ago

Thanks for the fix.