-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow parallel restart of all already bootstrapped nodes (#673)
* If node is not ready yet, do not add it to the NodeStatuses * Add new feature to quickly restart all the pods that have previously bootstrapped. This feature is behind a featuregate with annotation allow-parallel-starts * Downgrade controller-tools for this run * Add Stopped/Resumed test case in unit test and e2e * Only do fastpath if currently seedCount > 0
- Loading branch information
Showing
5 changed files
with
396 additions
and
10 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
Oops, something went wrong.