forked from kubernetes/autoscaler
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Activate Early backoff functionality (#253)
* created cloudprovider.instance with proper state and status * disabled retry of RunOnce on failure to remove createErrorNodes * added basic test case for Nodes() method * lint changes * updated log level for scale down status log * copied function as not exported in MCM vendored version * added vendored files * docs for early backoff added * Apply direct suggestions from code review Co-authored-by: Rishabh Patel <66425093+rishabh-11@users.noreply.github.com> * other comments addressed * fixing spelling checks, excluding balancer component from lint tests * fix excluding balancer component change * ignored files correctly from gofmt and golint checks * fixed gofmt failure * reset gofmt changes * reset golint changes * Revert "disabled retry of RunOnce on failure to remove createErrorNodes" This reverts commit 7947c71. * added corner case in docs * Update cluster-autoscaler/FAQ.md Co-authored-by: Rishabh Patel <66425093+rishabh-11@users.noreply.github.com> * update recreate advice in docs * addressed review comments * changes made to unit tests * removed findCodeAndMessage * updated doc --------- Co-authored-by: Rishabh Patel <66425093+rishabh-11@users.noreply.github.com>
- Loading branch information
1 parent
053c0d5
commit da973f4
Showing
21 changed files
with
569 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.