Wenkai Yin(尹文开)

Results 148 comments of Wenkai Yin(尹文开)

Is there any restarting during the period? The in-progress backups will be stuck after velero server restarting, this is a known issue https://github.com/vmware-tanzu/velero/issues/4503 Is this specific to CSI snapshot? Could...

Maybe it's the same issue with https://github.com/vmware-tanzu/velero/issues/4863, the fix has been merged into main branch, could you try to reinstall Velero with the image `velero/velero:main`?

@headyj Replace the CSI plugin with the main version `velero/velero-plugin-for-csi:main`, some changes are made on the plugin side as well

It's by design. Velero tries to sync backups from the backup storage location every minute. Every running of the syncing triggers once running of the Azure plugin, and the Azure...

Are you using a released version of Velero cli? I didn't see the `Git commit` in the output of `velero version` and I cannot reproduce it in my env

Please download the Velero CLI from the [Github release page](https://github.com/vmware-tanzu/velero/releases/latest). The Homebrew isn't updated for recent releases because of the bandwidth of our resources, and It's very likely we'll not...

Cannot the pod be restarted automatically? Why did you run the container manually?

According to https://security-tracker.debian.org/tracker/CVE-2022-29804, it only affects Go on Windows, Velero isn't compiled with Windows Go, so it doesn't affect Velero

After the investigation, seems that the pagination of the initial listing isn't supported by the Kubernetes API server yet and the timeout is caused by the compression according to the...

The related upstream issue https://github.com/kubernetes/kubernetes/issues/108003