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.
- 10 Sep, 2019 1 commit
-
-
Adnan Abdulhussein authored
* record restic backup progress in PodVolumeBackup Signed-off-by:
Adnan Abdulhussein <aadnan@vmware.com>
-
- 20 Aug, 2019 2 commits
-
-
KubeKween authored
This reverts commit 8e35ce0b . Signed-off-by:
Carlisia <carlisiac@vmware.com>
-
Steve Chung authored
* patch velero to handle self-signed certs on client you'll get this error otherwise: x509: certificate signed by unknown authority Signed-off-by:
Steven Chung <schung@d2iq.com>
-
- 08 Aug, 2019 1 commit
-
-
Adnan Abdulhussein authored
Signed-off-by:
Adnan Abdulhussein <aadnan@vmware.com>
-
- 05 Aug, 2019 1 commit
-
-
Adnan Abdulhussein authored
* print resource list metadata in velero backup describe details Signed-off-by:
Adnan Abdulhussein <aadnan@vmware.com> * rewrite TestGetDownloadURL to test more scenarios Signed-off-by:
Adnan Abdulhussein <aadnan@vmware.com> * move backup printer helpers to backup_printer.go Signed-off-by:
Adnan Abdulhussein <aadnan@vmware.com> * move describe printer helpers back to backup_describer and rename to prefix with describe* to indicate that they are used for the describe command Signed-off-by:
Adnan Abdulhussein <aadnan@vmware.com> * split backup and restore tests for TestGetDownloadURL Signed-off-by:
Adnan Abdulhussein <aadnan@vmware.com> * friendlier error message when backup resource list missing Signed-off-by:
Adnan Abdulhussein <aadnan@vmware.com>
-
- 26 Apr, 2019 1 commit
-
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
- 19 Apr, 2019 1 commit
-
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
- 15 Apr, 2019 1 commit
-
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
- 20 Mar, 2019 1 commit
-
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
- 04 Mar, 2019 1 commit
-
-
DheerajSShetty authored
* Move Phase to right under Metadata(name/namespace/label/annotations) * Move Validation errors: section right after Phase: section and only show it if the item has a phase of FailedValidation * For restores move Warnings and Errors under Validation errors. Do not show Warnings or Errors if there are none. Signed-off-by:
DheerajSShetty <dheerajs@vmware.com> Fixes #987
-
- 04 Feb, 2019 1 commit
-
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
- 21 Nov, 2018 1 commit
-
-
Gábor Lipták authored
Signed-off-by:
Gábor Lipták <gliptak@gmail.com>
-
- 23 Oct, 2018 1 commit
-
-
Andy Goldstein authored
Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
- 22 Oct, 2018 1 commit
-
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <steve@heptio.com>
-
- 28 Aug, 2018 1 commit
-
-
Nolan Brubaker authored
Fixes #775 Also conforms ark imports to https://github.com/heptio/ark/issues/494 Signed-off-by:
Nolan Brubaker <nolan@heptio.com>
-
- 05 Jul, 2018 1 commit
-
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <steve@heptio.com>
-
- 28 Jun, 2018 1 commit
-
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <nolan@heptio.com>
-
- 05 Apr, 2018 2 commits
-
-
Andy Goldstein authored
Always request DeleteBackupRequests for a given backup so we can show failed deletion attempts if you try to delete a backup that has PV snapshots when Ark doesn't have a persistentVolumeProvider configured. When creating a DeleteBackupRequest, include a label for the UID so we can match based on name and UID when associated DeleteBackupRequests with a given backup. Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
Andy Goldstein authored
We ran into a lot of problems using a finalizer on the backup to allow the Ark server to clean up all associated backup data when deleting a backup. Users also found it less than desirable that deleting the heptio-ark namespace resulted in all the backup data being deleted. This removes the finalizer and replaces it with an explicit DeleteBackupRequest that is created as a means of requesting the deletion of a backup and all its associated data. This is what `ark backup delete` does. If you use kubectl to delete a backup or to delete the heptio-ark namespace, this no longer deletes associated backups. Additionally, as long as the heptio-ark namespace still exists, the Ark server's BackupSyncController will continually sync backups into the heptio-ark namespace from object storage. Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
- 26 Feb, 2018 1 commit
-
-
Andy Goldstein authored
Add --force and --confirm to `ark backup delete` to support forced backup deletion. This forcibly removes the Ark GC finalizer (if it's present) from a backup and will orphan any resources associated with the backup, such as backup tarballs in object storage, persistent volume snapshots, and restores for the backup. If a backup has a deletion timestamp, display `Deleting` in `ark backup describe` and `ark backup get`. Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
- 27 Nov, 2017 1 commit
-
-
Andy Goldstein authored
Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-