Closed shreyas-badiger closed 1 year ago
Just a thought, doesn't need to be addressed in this PR: Any reason why we are still using vendor? Do we need to keep using it?
Just a thought, doesn't need to be addressed in this PR: Any reason why we are still using vendor? Do we need to keep using it?
@garomonegro Good point. Even I wasn't sure why we need the vendors. However, they all got updated when I ran go mod tidy
and go get <missing_modules>
. Maybe should create another ticket to cleanup the vendors?
We can probably remove the entire /vendor
dir here.
Submitted PR: https://github.com/keikoproj/lifecycle-manager/pull/94
@shreyas-badiger Does this change simply add more retry and not change it's behavior in any other ways?
@shreyas-badiger Does this change simply add more retry and not change it's behavior in any other ways?
That's right. It allows drain retries even when there is a timeout error and also makes drain retry attempts configurable.
Fixes https://github.com/keikoproj/lifecycle-manager/issues/90