-
Notifications
You must be signed in to change notification settings - Fork 70
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
feat(restic): support for using an existing pvc as a repository #1427
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: onedr0p The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @onedr0p. Thanks for your PR. I'm waiting for a backube member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1427 +/- ##
=======================================
- Coverage 67.5% 66.2% -1.3%
=======================================
Files 57 57
Lines 5844 7497 +1653
=======================================
+ Hits 3947 4967 +1020
- Misses 1612 2243 +631
- Partials 285 287 +2
|
6668484
to
687c4fc
Compare
Signed-off-by: Devin Buhl <[email protected]> fix: run make bundle Signed-off-by: Devin Buhl <[email protected]> Initial work on test (#1) Co-authored-by: Devin Buhl <[email protected]> fix: run make custom-scorecard-tests-generate-config Signed-off-by: Devin Buhl <[email protected]> Update test-e2e/test_restic_manual_PVC_copy_trigger.yml Signed-off-by: Devin Buhl <[email protected]> fix: update linting issues Signed-off-by: Devin Buhl <[email protected]> fix: update e2e test Signed-off-by: Devin Buhl <[email protected]> Rename test_restic_manual_PVC_copy_trigger.yml to test_restic_manual_pvc_copy_trigger.yml Signed-off-by: Devin Buhl <[email protected]> fix: update e2e test Signed-off-by: Devin Buhl <[email protected]> add vars to restic builder Signed-off-by: Devin Buhl <[email protected]>
bb24216
to
1fdf146
Compare
Quality Gate passedIssues Measures |
@JohnStrunk is this what you had in mind from our discussion from awhile ago in #321? |
We haven't forgotten about this one... Things have been busy. We'll take a look when we get a chance. |
No worries, I am actually using a kyverno policy to mutate the job to add this support in the meantime. |
Describe what this PR does
Support for using an existing pvc as a restic repository, opens up the ability to use NFS backed volumes (and others) to store the backup repository on instead of only using s3
Is there anything that requires special attention?
Related issues:
#319
2 years later.....
Continuation of #321