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.
- 13 Sep, 2017 1 commit
-
-
Andy Goldstein authored
Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
- 12 Sep, 2017 5 commits
-
-
Andy Goldstein authored
Add --include-resources, --exclude-resources for restore operations
-
Andy Goldstein authored
Adding in support for backup download
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <steve@heptio.com>
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <steve@heptio.com>
-
Justin Nauman authored
- Adding in support for a new `download` subcommand of backup - Adjusted signing to allow for multiple types - Adding in git sha version during build more granular version debugging Signed-off-by:
Justin Nauman <justin.r.nauman@gmail.com>
-
- 11 Sep, 2017 14 commits
-
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <steve@heptio.com>
-
Steve Kriss authored
Save logs per backup
-
Andy Goldstein authored
Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
Andy Goldstein authored
Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
Andy Goldstein authored
Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
Andy Goldstein authored
Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
Andy Goldstein authored
Delete all objects in backup "dir" when deleting a backup, instead of hard-coding individual file names/types. This way, we'll be able to delete log files and anything else we add without having to update our deletion code. Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
Andy Goldstein authored
Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
Andy Goldstein authored
Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
Andy Goldstein authored
Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
Andy Goldstein authored
Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
Andy Goldstein authored
Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
Andy Goldstein authored
Due to a change in glog, if you don't call flag.Parse, every log line prints out 'ERROR: logging before flag.Parse'. This works around that change. Ultimately we need to switch to a different logging library. Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
Andy Goldstein authored
Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
- 06 Sep, 2017 8 commits
-
-
Andy Goldstein authored
Switch to dep. Update the following: - azure-sdk-for-go to 10.2.1-beta - go-autorest to 8.1.1 - client-go to 4.0.0 Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
Andy Goldstein authored
Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
Andy Goldstein authored
Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
Andy Goldstein authored
Signed-off-by:
Andy Goldstein <andy.goldstein@gmail.com>
-
Andy Goldstein authored
GC restores along with backups; de-dupe GC controller code
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <steve@heptio.com>
-
Andy Goldstein authored
Allows explicit include/exclude of namespaces on restores
-
Andy Goldstein authored
Allow default kubeconfig resolution
-
- 05 Sep, 2017 9 commits
-
-
Justin Nauman authored
- Per discussion, there is no reason to deal with the complexity of backwards compatibility with the Namespace attribute on the Restore domain. - Also noticed there was an error on the validation of the BackupController where the message would actually just be the index of the error and not the contents of the message itself. Signed-off-by:
Justin Nauman <justin.r.nauman@gmail.com>
-
Justin Nauman authored
- Per discussion, there is no reason to deal with the complexity of backwards compatibility with the Namespace attribute on the Restore domain. - Also noticed there was an error on the validation of the BackupController where the message would actually just be the index of the error and not the contents of the message itself. Signed-off-by:
Justin Nauman <justin.r.nauman@gmail.com>
-
Justin Nauman authored
- Adding in additional test to ensure *Namespaces attributes don't directly conflict logically with one another - Additional PR changes around naming/typos Signed-off-by:
Justin Nauman <justin.r.nauman@gmail.com>
-
Justin Nauman authored
- Introduces similar Include/Exclude declaration on the Restore resource and cli flags - Kept support for legacy Namespaces attribute until it could be deprecating. Defining both IncludeNamespaces and Namespaces results in a validation error and the Restore will not be processed (shouldn't be able to occur) Signed-off-by:
Justin Nauman <justin.r.nauman@gmail.com>
-
Andy Goldstein authored
in GetAllBackups don't error if single backup is unreadable
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <steve@heptio.com>
-
Andy Goldstein authored
during restore, try to get backup directly from obj storage if not in cache/API
-
Andy Goldstein authored
AWS Paging Support
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <steve@heptio.com>
-
- 28 Aug, 2017 2 commits
-
-
Justin Nauman authored
- Changed the default kubeconfig loading to utilize the client-go's loader strategy. This allows users to use the Ark client without having to explicitly define a KUBECONFIG env var or argument. This more closely resemebles how Kubectl works and users are probably more used to while preserving the current rules. Signed-off-by:
Justin Nauman <justin.r.nauman@gmail.com>
-
Justin Nauman authored
- Adding in paging support for the S3 and Snapshot AWS integration. As a testing note, you can add in a a MaxKeys to the S3 request as an easy way to ensure that paging is working properly without having to creation over 1k backups. Signed-off-by:
Justin Nauman <justin.r.nauman@gmail.com>
-
- 23 Aug, 2017 1 commit
-
-
Andy Goldstein authored
make PVProvider optional in server config; disallow snap/restore PVs …
-