John Strunk
John Strunk
@shubham-pampattiwar (and @tesshuflower) I'm working through the design of this item, and I'd like your opinion... ### Design 1 - Add a field to `.spec.restic` like `credentialSecretName` which then has...
Looking into this a bit, I've got the following scenario: Deploying the minio chart w/ TLS enabled and an autogenerated cert: ```console $ helm upgrade --create-namespace -n minio --debug --set...
@dymurray @fjcloud Does this look like it solves your use case? Docs pulled from the PR: https://volsync--398.org.readthedocs.build/en/398/usage/restic/index.html#using-a-custom-certificate-authority
For handling corruption, have you considered [SnapScheduler](https://github.com/backube/snapscheduler)? (SnapScheduler would be on the primary cluster in this case)
No, VolSync only handles PVCs currently. The two could be used in a complementary way though. SnapScheduler would provide local snapshots to protect against application corruption, allowing quick recovery on...
/ok-to-test
My hope is that by installing the Chart, we can get "the right thing" to happen automatically. Today, you can install the CRDs straight from the repo: ```console $ kubectl...