Implement single cluster recovery command - #2541
Open
johscheuer wants to merge 4 commits into
Open
johscheuer wants to merge 4 commits into
johscheuer wants to merge 4 commits into
Conversation
Contributor
Result of fdb-kubernetes-operator-pr on Linux RHEL 9
|
johscheuer
force-pushed
the
kubectl-fdb-recover-single-fdb
branch
from
August 27, 2026 17:51
ee7cdba to
1ebebc1
Compare
Contributor
Result of fdb-kubernetes-operator-pr on Linux RHEL 9
|
Contributor
Result of fdb-kubernetes-operator-pr on Linux RHEL 9
|
johscheuer
marked this pull request as ready for review
September 1, 2026 16:49
Contributor
Result of fdb-kubernetes-operator-pr on Linux RHEL 9
|
Contributor
Result of fdb-kubernetes-operator-pr on Linux RHEL 9
|
nicmorales9
approved these changes
Sep 4, 2026
nicmorales9
left a comment
Contributor
There was a problem hiding this comment.
bag-o-nits but it looks like a good improvement and I don't have any serious concerns
Contributor
Result of fdb-kubernetes-operator-pr on Linux RHEL 9
|
johscheuer
force-pushed
the
kubectl-fdb-recover-single-fdb
branch
from
September 8, 2026 12:04
7975249 to
a5a519c
Compare
Contributor
Result of fdb-kubernetes-operator-pr on Linux RHEL 9
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Implement single cluster recovery command for cases where a majority of coordinators are lost.
Type of change
Discussion
This is a breaking change as the recovery commands are put under one subcommand.
Testing
Added e2e tests, but will do some additional validation.
Documentation
Will be updated.
Follow-up