youtube image
From YouTube: Velero Community Meeting / Open Discussion - Oct 6, 2020

Description

Oct 6, 2020

Status Updates
dsmithuchida
Working on e2e testing and ginkgo framework
bridget
Couple of outstanding PRs that I’d like reviewed (#2951, #2969)
Been working on some bugs:
Backup deletion fails if cloud resources already deleted #2980
This is a regression in behaviour from v1.4.2 due to the introduction of DeleteItemActions. We can introduce a fix, but how should we handle the case where there are DeleteItemActions to perform but the resources are deleted?
Unable to install Velero using go get #2966
We can fix this by upgrading the version of CSI external-snapshotter but it requires updating the version of Kubernetes modules we’re using to 0.19.0. What is the impact of upgrading these libraries?
nrb
Not a whole lot of updates; was on semi-PTO last week.
Intending to do a “support-a-thon”/bug smash session when the whole team is back

Discussion Topics
Waiting for Additional Items to restore
Issue #2980 - deleteitemactions regression
Happens all the time, but what do we do when there’s DeleteItemActions but no backup tarball?
Since there’s no way to really know what to match the plugins against, log that there was no tarball and continue, skipping the plugins.

Community Contributions
@sseago: restore proper lowercase/plural CRD resource
@svcua: [velero] Bump Velero version to v1.5.1
@xUnholy: [velero] fix bug using workload identity issue #161
@nirav-chotai: [Velero] Fixing restic daemonset yaml