This project is mirrored from https://gitee.com/BiAn-MoShangHuaKai/velero.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 22 Sep, 2021 4 commits
-
-
Wenkai Yin(尹文开) authored
Specify the "--snapshot-volumes=false" option explicitly when running backup with Restic
-
Wenkai Yin(尹文开) authored
If the "--snapshot-volumes=false" isn't specified explicitly, the vSphere plugin will always take snapshots for the volumes even though the "--default-volumes-to-restic" is specified This can be removed if the logic of vSphere plugin changes Signed-off-by:
Wenkai Yin(尹文开) <yinw@vmware.com>
-
Daniel Jiang authored
To improve the reproducibility of the images of velero, this commit pins the golang and distroless images to specific tag and digest. Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
danfengliu authored
In upgrade test, both original and to-be-upgrading velero installation should use the compatible plugins, but currently, plugin value is determined by provider. Signed-off-by:
danfengl <danfengl@vmware.com>
-
- 21 Sep, 2021 1 commit
-
-
Daniel Jiang authored
The errors of restore/backup may be stored in object storage The well formatted output of describe is also helpful for debugging. This commit add the command to the crashd script so the output of "velero backup/restore describe xxx" can be collected Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
- 19 Sep, 2021 2 commits
-
-
Daniel Jiang authored
Recovery the workround for aws pending issue
-
danfengl authored
Signed-off-by:
danfengl <danfengl@vmware.com>
-
- 16 Sep, 2021 1 commit
-
-
Daniel Jiang authored
Use velero debug command to dump the logs when case failed
-
- 15 Sep, 2021 2 commits
-
-
Wenkai Yin(尹文开) authored
Signed-off-by:
Wenkai Yin(尹文开) <yinw@vmware.com>
-
Daniel Jiang authored
Fix the link and content for upgrade instruction
-
- 14 Sep, 2021 1 commit
-
-
Daniel Jiang authored
Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
- 09 Sep, 2021 1 commit
-
-
Daniel Jiang authored
Generate docs and changelog for v1.7
-
- 08 Sep, 2021 5 commits
-
-
Bridget McErlean authored
Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
Wenkai Yin(尹文开) authored
Add upgrade test into E2E tests
-
danfengl authored
Signed-off-by:
danfengl <danfengl@vmware.com>
-
Bridget McErlean authored
Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
Bridget McErlean authored
Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
- 07 Sep, 2021 1 commit
-
-
Wenkai Yin(尹文开) authored
Add `velero debug` to documentation
-
- 06 Sep, 2021 1 commit
-
-
Daniel Jiang authored
This commits updates the `troubleshooting` section in the doc to ask users to collect log via `velero debug`. Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
- 03 Sep, 2021 4 commits
-
-
codegold79 authored
* Add namespace validation in the client Signed-off-by:
F. Gold <fgold@vmware.com> * Add namespace validation in the backup controller Signed-off-by:
F. Gold <fgold@vmware.com> * Add changelog for PR 4057 Signed-off-by:
F. Gold <fgold@vmware.com> * Update Copyright notice Signed-off-by:
F. Gold <fgold@vmware.com> * Update include_excludes_test.go to follow Go standards and be easier to read Signed-off-by:
F. Gold <fgold@vmware.com> * Add unit tests for namespace validation functions Signed-off-by:
F. Gold <fgold@vmware.com> * Make changes per review comments - use one set of namespace validation logic instead of writing two - remove duplicate namespace validation functions and tests - add namespace validation tests in includes_excludes_test.go Signed-off-by:
F. Gold <fgold@vmware.com> * Return all ns validation err msgs as error list Signed-off-by:
F. Gold <fgold@vmware.com> * Make error message more clear Signed-off-by:
F. Gold <fgold@vmware.com>
-
Wenkai Yin(尹文开) authored
More details please refer to #4098 Fixes #4098 Signed-off-by:
Wenkai Yin(尹文开) <yinw@vmware.com>
-
Daniel Jiang authored
Distinguish between different unnamed node ports when preserving
-
Wenkai Yin(尹文开) authored
pass velero cli executable to crashd
-
- 02 Sep, 2021 1 commit
-
-
Daniel Jiang authored
This commit fixes the issue when velero CLI is not in `PATH` or compiled to other file names. Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
- 01 Sep, 2021 3 commits
-
-
Bridget McErlean authored
Velero was including DownwardAPI volumes when backing up with restic. When restoring these volumes, it triggered a known issue with restic (as seen in #3863). Like projected volumes, these volumes should be skipped as their contents are populated by the Kubernetes API server. With this change, we are now skipping the restic backup of volumes with a DownwardAPI source. We are also skipping the restore of any volume that had a DownwardAPI source as there will exist backups that were taken prior to this fix being introduced. This will allow these backups to be restored succesfully. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
Daniel Jiang authored
This commit removes `IsUnstructuredCRDReady` since kubernetes/kubernetes#87675 is fixed. Is uses `Is1CRDReady` to check the readiness of CRD. After v1.7 we may consider merge the funcx `IsV1Beta1CRDReady` and `IsV1CRDReady` Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
Daniel Jiang authored
Enhance e2e test
-
- 31 Aug, 2021 3 commits
-
-
Wenkai Yin(尹文开) authored
1. Support to customize the restic restore helper image 2. Use a seperated context when doing the clean up works 3. Wait a while before doing the the restore for aws to avoid #1799 Signed-off-by:
Wenkai Yin(尹文开) <yinw@vmware.com>
-
Daniel Jiang authored
1. Check the error when waiting for restice daemonset to be ready, so the timeout will be reported 2. Add support for gcp provider and fail early if the provider is unknown Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
Daniel Jiang authored
This PR added a subcommand `velero debug`, which leverages `crashd` to collect logs and specs of velero server components and bundle them in a tarball. Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
- 30 Aug, 2021 1 commit
-
-
Daniel Jiang authored
fixes for CVE-2021-3121 and CVE-2021-3580
-
- 26 Aug, 2021 2 commits
-
-
Scott Seago authored
Install/uninstall velero by CLI in the E2E test case
-
Wenkai Yin(尹文开) authored
Do this for two reasons: 1. Verify the functionalities for installation and uninstllation of CLI 2. We want to add upgrade test case which needs to install different versions of velero, calling libraries is impossible for this fixes #4062 Signed-off-by:
Wenkai Yin(尹文开) <yinw@vmware.com>
-
- 24 Aug, 2021 3 commits
-
-
Jack Lu authored
Signed-off-by:
jacklu1024 <jacklu1024@outlook.com>
-
kahirokunn authored
Signed-off-by:
kahirokunn <okinakahiro@gmail.com>
-
kahirokunn authored
Signed-off-by:
kahirokunn <okinakahiro@gmail.com>
-
- 20 Aug, 2021 2 commits
-
-
eleanor-millman authored
Signed-off-by:
Eleanor Millman <emillman@vmware.com>
-
Wenkai Yin(尹文开) authored
Change the base image to distroless Signed-off-by:
Wenkai Yin(尹文开) <yinw@vmware.com>
-
- 18 Aug, 2021 2 commits
-
-
Lars Lehtonen authored
Signed-off-by:
Lars Lehtonen <lars.lehtonen@gmail.com>
-
Himanshu Mehra authored
* Add document for TLS error 116 When using a custom S3 compatible server, backups/restore may fail with TLS error 116. This happens because the S3 server expects Velero to send client certificate during SSL TLS v1.3 handshake. You will need to modify your S3 server settings to turn off client certificate authentication. Signed-off-by:
Himanshu Mehra <himanshu.mehra91@gmail.com> * Add document for TLS error 116 When using a custom S3 compatible server, backups/restore may fail with TLS error 116. This happens because the S3 server expects Velero to send client certificate during SSL TLS v1.3 handshake. You will need to modify your S3 server settings to turn off client certificate authentication. Signed-off-by:
Himanshu Mehra <himanshu.mehra91@gmail.com> * Address comments from reviewers Signed-off-by:
Himanshu Mehra <himanshu.mehra91@gmail.com>
-