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.
- 09 Feb, 2021 4 commits
-
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Mikael Manukyan authored
* Add colors to describe command * Add colors to describe backups/restore/schedules commands * Make name in the output bold * Disable colors via `--colorized` flag or if velero isn't in TTY Co-authored-by:
Clay Kauzlaric <ckauzlaric@vmware.com> Signed-off-by:
Clay Kauzlaric <ckauzlaric@vmware.com> Signed-off-by:
Mikael Manukyan <mmanukyan@vmware.com> * Add changelog * and run make update Co-authored-by:
Mikael Manukyan <mmanukyan@vmware.com> Signed-off-by:
Mikael Manukyan <mmanukyan@vmware.com> Signed-off-by:
Clay Kauzlaric <ckauzlaric@vmware.com> * Add colorized to the client config file Co-authored-by:
Mikael Manukyan <mmanukyan@vmware.com> Signed-off-by:
Clay Kauzlaric <ckauzlaric@vmware.com> Co-authored-by:
Mikael Manukyan <mmanukyan@vmware.com> * allow client config to use string values * the command `velero client config set colorized=false` writes a string value of "false" into the config. This change allows that string to be accepted and converted into a boolean when used in program. Signed-off-by:
Clay Kauzlaric <ckauzlaric@vmware.com> * Add docs about colored CLI output Co-authored-by:
Mikael Manukyan <mmanukyan@vmware.com> Signed-off-by:
Clay Kauzlaric <ckauzlaric@vmware.com> * Update site/content/docs/main/customize-installation.md Co-authored-by:
JenTing Hsiao <jenting.hsiao@suse.com> Signed-off-by:
Clay Kauzlaric <ckauzlaric@vmware.com> * docs: remove comma * as per @carlisia 's suggestion Signed-off-by:
Clay Kauzlaric <ckauzlaric@vmware.com> Co-authored-by:
Clay Kauzlaric <ckauzlaric@vmware.com> Co-authored-by:
Clay Kauzlaric <clay.kauzlaric@gmail.com> Co-authored-by:
JenTing Hsiao <jenting.hsiao@suse.com>
-
Nolan Brubaker authored
* Automatically label PRs based on the file paths Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Enable prow-like commands Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Require filling in the PR template Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Update contributor docs to reference PR template Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Expand checklist and ask for issue number on PRs Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Document why we're not enabling /lgtm yet Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Combine PR assignment and labeling workflow Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
- 08 Feb, 2021 6 commits
-
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Bridget McErlean authored
With #3327, the restic binary for the Tilt Velero image is downloaded on the local machine using the `./hack/download-restic.sh` script. This script relies on `wget` being availabe on the local machine. `wget` is not commonly available on macOS but `curl` is. This change modifies the `./hack/download-restic.sh` script to use `curl` instead as it is available on both Linux and macOS and is available in our `golang` docker build image. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
JenTing Hsiao authored
* Rename --cacert-file to --cacert in the CLI design doc Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com> * Add a new flag --cacert under `velero backup-location set` Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com> * Add changelog Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com> * Changelog rewording Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com> * Revert CLI design doc Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com>
-
Taeuk Kim authored
Signed-off-by:
Taeuk Kim <taeuk_kim@tmax.co.kr>
-
Bridget McErlean authored
In preparation for modifying the instantiation of `BackupStores` to be able to load credentials, change the function `NewObjectBackupStore` to be an interface that is passed in to all controllers. Previously, the function to get a new backup store was configurable but for many controllers was fixed to use `NewObjectBackupStore`. This change introduces an interface for getting the backup store and wraps the functionality from `NewObjectBackupStore` in a type which implements this interface. This will allow more flexibility when introducing credentials for a specific backup store as it will allow us to create a new `ObjectBackupStoreGetter` type which can be configured to add credentials config when creating the ObjectBackupStore without needing to change the API used by the controllers. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
Bridget McErlean authored
In #3310, the Dockerfile for the Tilt Velero container was modified to call the `./hack/download-restic.sh` script. A side effect of this change was that the context for the docker build was much larger as it was the root of the Velero repo, rather than just the `_tiltbuild` directory. With the frequent rebuilds of the image that happen when using Tilt, a large amounts of disk space was being consumed by the different layers of images builds in the Docker overlay filesystem (as diffs could include the `.go` directory which can be several GBs). This change modifies the `download-restic.sh` script to allow the output directory for the restic binary to be configured. This means that the script can be called directly from the Tiltfile and can be managed outside the container build. This allows us to restore the previous `_tiltbuild` context. It also speeds up image builds as we can download restic once and use it for all builds rather than redownloading frequently. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
- 07 Feb, 2021 1 commit
-
-
David L. Smith-Uchida authored
remove FAQ pages
-
- 05 Feb, 2021 2 commits
-
-
Carlisia Thompson authored
* Proposal for handling multiple credential secrets Signed-off-by:
Carlisia <carlisia@vmware.com> * Update mulitple credentials design The changes here are based on [this comment](https://github.com/vmware-tanzu/velero/pull/2403#issuecomment-728132546 ) and a discussion with @carlisia. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Update multiple credentials design doc Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Clarify points around node-based auth Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Add more details around setting env vars Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Fix spelling Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Update design to detail selected approach Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Add title for design doc Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Remove usage of AIM Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> Co-authored-by:
Bridget McErlean <bmcerlean@vmware.com>
-
Abigail McCarthy authored
Signed-off-by:
Abigail McCarthy <mabigail@vmware.com>
-
- 02 Feb, 2021 1 commit
-
-
David L. Smith-Uchida authored
https://github.com/vmware-tanzu/velero/issues/3108 Signed-off-by:
Dave Smith-Uchida <dsmithuchida@vmware.com>
-
- 01 Feb, 2021 1 commit
-
-
Madhav Jivrajani authored
* add documentation for running velero locally, specifically for --plugin-dir flag requireing binary to be present locally Signed-off-by:
Madhav Jivrajani <madhav.jiv@gmail.com> * add changelog Signed-off-by:
Madhav Jivrajani <madhav.jiv@gmail.com> * remove changelog Signed-off-by:
Madhav Jivrajani <madhav.jiv@gmail.com>
-
- 29 Jan, 2021 1 commit
-
-
JenTing Hsiao authored
Reword message for Q&A issue template
-
- 28 Jan, 2021 2 commits
-
-
Abigail McCarthy authored
Signed-off-by:
Abigail McCarthy <mabigail@vmware.com>
-
Bridget McErlean authored
Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
- 27 Jan, 2021 1 commit
-
-
steve_chph authored
Signed-off-by:
peihongchen <171250610@smail.nju.edu.cn>
-
- 26 Jan, 2021 10 commits
-
-
JenTing Hsiao authored
Georgettica/bump external snapshotter version (fixes #2966)
-
Ron Green authored
this fix is from my understanding of the context package, can be fixed later Signed-off-by:
Ron Green <11993626+georgettica@users.noreply.github.com>
-
Ron Green authored
Signed-off-by:
Ron Green <11993626+georgettica@users.noreply.github.com>
-
Ron Green authored
Signed-off-by:
Ron Green <11993626+georgettica@users.noreply.github.com>
-
Ron Green authored
- change to new api resource not all tests are passing, but most of them do Signed-off-by:
Ron Green <11993626+georgettica@users.noreply.github.com>
-
Ron Green authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> Signed-off-by:
Ron Green <11993626+georgettica@users.noreply.github.com>
-
Ron Green authored
now versions are working and there are code changes that need to happen - release candidate versions are aligned and working - replaces fields are removed and not required anymore controller runtime has been changed during the 'make' command Signed-off-by:
Ron Green <11993626+georgettica@users.noreply.github.com>
-
Ron Green authored
Signed-off-by:
Ron Green <11993626+georgettica@users.noreply.github.com>
-
Ron Green authored
Signed-off-by:
Ron Green <11993626+georgettica@users.noreply.github.com>
-
Ron Green authored
Signed-off-by:
Ron Green <11993626+georgettica@users.noreply.github.com>
-
- 25 Jan, 2021 3 commits
-
-
Bridget McErlean authored
This change customises the issue template chooser to include a link to the Community Support Q&A discussion board. This lets users know that there is another place to ask questions related to using Velero. This change also disables the creation of blank issues to prevent issues that don't follow either the bug or feature request templates from being opened. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
JenTing Hsiao authored
* Support fish shell completion Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com> * Use spf13/cobra library to generate zsh completion reference to https://github.com/spf13/cobra/blob/v1.1.1/shell_completions.md Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com> * Update velero completion help message Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com> * Add changelog Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com> * Update cobra version in go.mod instead of replace Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com> * Replace yourprogram to velero Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com>
-
Abigail McCarthy authored
* Clarify backup location information in the docs * Update wording a bit Signed-off-by:
Abigail McCarthy <mabigail@vmware.com>
-
- 22 Jan, 2021 3 commits
-
-
Bridget McErlean authored
* Add Tilt configuration to debug using Delve This change adds support to run the Velero process in Tilt using [Delve](https://github.com/go-delve/delve ). This does not include support for debugging the Velero process in the restic pods, just in the Velero deployment. For an optimal debugging experience, this change also introduces a new flag (`DEBUG`) to the `hack/build.sh` script to enable a "debug" build of the Velero binary. This flag, if enabled, will build the binary without optimisations and inlining. Disabling optimisations and inlining is recommended by Delve. Two configuration options have been added to the Tilt settings. The first, `enable_debug`, is to control whether debugging should be enabled. If enabled, the process will be started by Delve, and the Delve server port (2345) will be forwarded to the local machine. The second option, `debug_continue_on_start`, is to control whether the process should "continue" when started by Delve or should be paused. By default, debugging is disabled, and if in debug mode, the process will continue. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Add spaces around keyword args Starlark prefers spaces around `=` in keyword arguments: https://docs.bazel.build/versions/master/skylark/bzl-style.html#keyword-arguments Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Remove unnecessary command from Dockerfile Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Add note to connect after Tilt is running Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
David L. Smith-Uchida authored
Signed-off-by:
Dave Smith-Uchida <dsmithuchida@vmware.com>
-
Madhav Jivrajani authored
* raised logging level for PV deletion timeout Signed-off-by:
Madhav Jivrajani <madhav.jiv@gmail.com> * add changelog Signed-off-by:
Madhav Jivrajani <madhav.jiv@gmail.com>
-
- 21 Jan, 2021 2 commits
-
-
Carlisia Thompson authored
* Remove unnecessary files Signed-off-by:
Carlisia <carlisia@vmware.com> * Switch to CAPI patch function for updates Signed-off-by:
Carlisia <carlisia@vmware.com> * Improve table test format Signed-off-by:
Carlisia <carlisia@vmware.com> * Refactor and add test for disabling controller Signed-off-by:
Carlisia <carlisia@vmware.com> * Add tests Signed-off-by:
Carlisia <carlisia@vmware.com> * Change test to use real word Signed-off-by:
Carlisia <carlisia@vmware.com> * Fix CI Signed-off-by:
Carlisia <carlisia@vmware.com> * Minor test fixes Signed-off-by:
Carlisia <carlisia@vmware.com> * Remove rback/role generation Signed-off-by:
Carlisia <carlisia@vmware.com>
-
Bridget McErlean authored
This change adds an additional set of commands to Dockerfile for the Velero image which adds the `hack/download-restic.sh` script, installs the necessary dependencies, and then runs that script. In order to copy the script from the `hack` directory, the context for building the image has been changed to the root of the velero repository. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
- 13 Jan, 2021 1 commit
-
-
JenTing Hsiao authored
Increased limit for Velero pod to 512M. Fixes #3234
-
- 12 Jan, 2021 1 commit
-
-
Dave Smith-Uchida authored
Signed-off-by:
Dave Smith-Uchida <dsmithuchida@vmware.com>
-
- 06 Jan, 2021 1 commit
-
-
JenTing Hsiao authored
Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com>
-