-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PLAT-12933] [k8s] Ability to roll N nodes at a time during upgrades …
…for multi-AZ(region) universes Summary: Propogated ability to roll N nodes to k8s universes (see main logic here https://phorge.dev.yugabyte.com/D35955) Pods are split inside each az according to either maxRollBatchSize provided in task params or alternatively according to runtime config. For the case of POD_DELETE we just spawn multiple simultaneous tasks whereas for other commands multiple pods are updated using partition feature Test Plan: 1) create k8s universe 2) run restart via API with provided maxRollBatchSize (2,2) - verify pods are started in pairs 3) run gflags upgrade while setting runtime conf value to 2 - verify pods are updated in pairs, verify gflags are applied to all of them Reviewers: sneelakantan, anijhawan, #yba-api-review Reviewed By: anijhawan, #yba-api-review Subscribers: yugaware Differential Revision: https://phorge.dev.yugabyte.com/D37345
- Loading branch information
Showing
13 changed files
with
665 additions
and
175 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.