Scott Seago
Scott Seago
@blackpiglet I'm not sure what design/UX is best here -- separate filters for "what back up via kopia/restic" vs. "what to back up via snapshot", or one filter for "include...
@blackpiglet Yes, plugins need to be modified to look for the VSL credentials field like they already do for BSL credentials. The AWS plugin already has this support (this PR...
@allenxu404 @jerry-jibu What you're looking for is already there. `velero describe restore ` will list every error and warning. We don't add the full list with messages to the CR...
@reasonerjt We already have the errors in the BSL -- `velero describe` lists the errors and warnings.
@ywk253100 Ahh, you are correct. I'm remembering this better now. At one point in the past we had an inconsistency where for backups, errors and warnings appeared in `velero backup...
@ywk253100 note that I've suggested a change to https://github.com/vmware-tanzu/velero/issues/5152 to make it more flexible with respect to includes/excludes as well as less confusing with respect to existing include/exclude behavior.
Rebased to main to resolve conflicts, and fixed the hack/update-*.sh files to make sure protoc generation happens before crd generation.
Updated to newer protobug/protoc-gen-go since the module option isn't supported in the ancient 1.0.0 protoc-gen-go we're currently using. This is breaking tests now, so I'll need to fix some things...
I have tested this PR with our existing OADP/OpenShift backup item action plugins. The only thing I had to do for this to work was to rebuild the image with...
If you add persistentvolumes to ExcludeResources, would that handle this?