You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
Kind was updated to the latest v0.6.0 for E2E tests.
Tests were broken up into reusable scripts to facilitate more tests with less code
goimports test was added to the go-report-card test