forked from vmware-tanzu/velero
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vmware-main to konveyor-dev #80
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❌ Deploy Preview for velero-k failed.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions
bot
added
Dependencies
documentation
Improvements or additions to documentation
has-changelog
has-e2e-2tests
has-unit-tests
Website
labels
Oct 2, 2023
Signed-off-by: yanggang <[email protected]>
Signed-off-by: Anshul Ahuja <[email protected]> Co-authored-by: Anshul Ahuja <[email protected]>
Signed-off-by: yanggang <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
1. Skip deleting the restore files from storage if the backup/BSL is not found 2. Allow deleting the restore files from storage even though the BSL is readonly Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
Add PSA audit and warn labels. Signed-off-by: Xun Jiang <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: yanggang <[email protected]>
Signed-off-by: yanggang <[email protected]>
Signed-off-by: yanggang <[email protected]>
Signed-off-by: cleverhu <[email protected]> Co-authored-by: cleverhu <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Agustín Díaz <[email protected]>
Signed-off-by: yanggang <[email protected]>
Signed-off-by: Tiger Kaovilai <[email protected]>
…nown Signed-off-by: Tiger Kaovilai <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
This commit introduces our own Azure storage provider by wrapping Kopia's implementation rather than contributing to upstream based on the following considerations: 1. Velero needs the capability to interact with the repository concurrently while Kopia doesn't, this will increase the complexity of Kopia if we contribute to upstream 2. The configuration items provided by Velero and Kopia are conflict, e.g. Velero supports customizing storage account URI which is a full path while Kopia supports customizing storage account domain which is part of the URI. We need to consider the backward compatibility and upgrade case if we contribute to upstream which needs extra efforts 3. Contribute to upstream is a longer cycle when we need to introduce new changes. With this commit, we no longer depends on upstream for the Azure storage provider part and is easy for us to maintain Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
Support setting CA cert for BSL Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
…hedule down unexpectation. Signed-off-by: yanggang <[email protected]>
… best-effort way. (vmware-tanzu#6856) Signed-off-by: Xun Jiang <[email protected]>
Signed-off-by: Nilesh Akhade <[email protected]>
Signed-off-by: OrlinVasilev <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Nilesh Akhade <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
When preparing a backup repository, Velero tries to connect to it, if fails then create it. The repository status always records the error reported by creation but the real reason maybe caused by the connect operation. This is confuseing and hard to debug Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
Signed-off-by: Xun Jiang <[email protected]>
Signed-off-by: David Zaninovic <[email protected]>
Replace the base image with paketobuildpacks image Fixes vmware-tanzu#6851 Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
Signed-off-by: yanggang <[email protected]>
Signed-off-by: Raghuram Devarakonda <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Dependencies
documentation
Improvements or additions to documentation
has-changelog
has-unit-tests
Website
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thank you for contributing to Velero!
Please add a summary of your change
Does your change fix a particular issue?
Fixes #(issue)
Please indicate you've done the following:
/kind changelog-not-required
as a comment on this pull request.site/content/docs/main
.