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.
  1. 10 Sep, 2019 1 commit
  2. 20 Aug, 2019 2 commits
  3. 08 Aug, 2019 1 commit
  4. 05 Aug, 2019 1 commit
  5. 26 Apr, 2019 1 commit
  6. 19 Apr, 2019 1 commit
  7. 15 Apr, 2019 1 commit
  8. 20 Mar, 2019 1 commit
  9. 04 Mar, 2019 1 commit
    • DheerajSShetty's avatar
      Improve `describe` output · 1b031f0c
      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: default avatarDheerajSShetty <dheerajs@vmware.com>
      
      Fixes #987
      1b031f0c
  10. 04 Feb, 2019 1 commit
  11. 21 Nov, 2018 1 commit
  12. 23 Oct, 2018 1 commit
  13. 22 Oct, 2018 1 commit
  14. 28 Aug, 2018 1 commit
  15. 05 Jul, 2018 1 commit
  16. 28 Jun, 2018 1 commit
  17. 05 Apr, 2018 2 commits
    • Andy Goldstein's avatar
      backup delete/describe enhancements · 4328b67f
      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: default avatarAndy Goldstein <andy.goldstein@gmail.com>
      4328b67f
    • Andy Goldstein's avatar
      Switch backup finalizer to DeleteBackupRequest · 74f60b1e
      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: default avatarAndy Goldstein <andy.goldstein@gmail.com>
      74f60b1e
  18. 26 Feb, 2018 1 commit
    • Andy Goldstein's avatar
      Allow forced backup deletion · d24fb232
      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: default avatarAndy Goldstein <andy.goldstein@gmail.com>
      d24fb232
  19. 27 Nov, 2017 1 commit