-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] The latest snapshot info in etcd status #17
Comments
The etcd-backup-restore, restores from latest snapshot and there is no PITR supported. So such requirements should not be there. But it makes sense, as ab individual project - irrespective of gardener, where case of dynamic snapshot demand, i.e. when snapshot is triggered via API call on etcd-backup-restore server is valid. It makes sense to me, to druid to introduce |
In that case, don't we want a separate API to simply expose latest snapshot details? Or is the case that druid will have to take a snapshot in order to get the latest snapshot info? |
Will be solved by #206 , which allows the leading backup sidecar to update its snapshot info ( |
Feature (What you would like to be added):
The status in
etcd
resource does not reflect the current snapshot [full/delta]. Update the etcd resource status to reflect the latest snapshot information.Motivation (Why is this needed?):
It would help in control plane migration to fetch the latest snapshot for update.
Approach/Hint to the implement solution (optional):
The text was updated successfully, but these errors were encountered: