forked from vmware-tanzu/velero
-
Notifications
You must be signed in to change notification settings - Fork 2
Rebase velero #1
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
Closed
Closed
Conversation
This file contains hidden or 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
Bug fix: increase the WaitGroup counter before start the goroutine Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Xun Jiang <[email protected]>
Signed-off-by: Xun Jiang <[email protected]>
Signed-off-by: Xun Jiang <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Clear validation errors when schedule is valid Fixes vmware-tanzu#8571 Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
Merge restore helper image into Velero server image Fixes vmware-tanzu#8484 Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
Signed-off-by: Scott Seago <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
This commit makes change in restore finalizer controller, to make it check the status in item operation of a PVC before patch the PV that is bound to it. If the operation is not successful it will skip patching the PV. Signed-off-by: Daniel Jiang <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Matthieu MOREL <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Matthieu MOREL <[email protected]>
Signed-off-by: Matthieu MOREL <[email protected]>
Signed-off-by: Matthieu MOREL <[email protected]>
…server to avoid API server issue Check the PVB status via podvolume Backupper rather than calling API server to avoid API server issue Fixes vmware-tanzu#8587 Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Matthieu MOREL <[email protected]>
Signed-off-by: Tiger Kaovilai <[email protected]>
…-tanzu#9063) * Add support for image registry proxy in Kibishii installation Signed-off-by: Priyansh Choudhary <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Matthieu MOREL <[email protected]>
…8919) Signed-off-by: Scott Seago <[email protected]>
* issue 8344: constrain data path exposure. Signed-off-by: Lyndon-Li <[email protected]>
…anzu#8880) This PR fixes issue vmware-tanzu#8870 where Velero was unnecessarily adding the restore-wait init container when restoring pods with volumes that were backed up using native datamover or CSI. When restoring pods with volumes, Velero was always adding the restore-wait init container, even when the volumes were backed up using native datamover or CSI and didn't need file system restores. This was causing unnecessary overhead and potential issues. PVR action to remove restore-wait init container on restore Changes: - Remove ALL existing restore-wait init containers before deciding whether to add a new one - This covers both scenarios: when no file system restore is needed AND when preventing duplicates - Simplify the add logic since we've already cleaned up existing containers - Add better logging to show how many containers were removed Signed-off-by: Tiger Kaovilai <[email protected]>
…e-tanzu#9076) issue 9053: remove selected-node annotation during PVC restore Signed-off-by: Lyndon-Li <[email protected]>
…factor credential retrieval Signed-off-by: Priyansh Choudhary <[email protected]>
* Refactor backup volume info retrieval and snapshot checkpoint building in e2e tests Signed-off-by: Priyansh Choudhary <[email protected]> log backup volume info retrieval and snapshot checkpoint building Signed-off-by: Priyansh Choudhary <[email protected]> Add error handling for volume info retrieval in backup tests Signed-off-by: Priyansh Choudhary <[email protected]> Add error handling for volume info retrieval in backup tests Signed-off-by: Priyansh Choudhary <[email protected]> * Update snapshot checkpoint building to use DefaultKibishiiWorkerCounts Signed-off-by: Priyansh Choudhary <[email protected]> --------- Signed-off-by: Priyansh Choudhary <[email protected]>
Signed-off-by: Shubham Pampattiwar <[email protected]> Add changelog file Signed-off-by: Shubham Pampattiwar <[email protected]> make update Signed-off-by: Shubham Pampattiwar <[email protected]> lint fix Signed-off-by: Shubham Pampattiwar <[email protected]> add unit tests for getVSForPVC func Signed-off-by: Shubham Pampattiwar <[email protected]> Use v1beta1 instead of v1 v1alpha1 Signed-off-by: Shubham Pampattiwar <[email protected]> go mod tidy Signed-off-by: Shubham Pampattiwar <[email protected]> update updateVGSCreatedVS func to use retry on conflict Signed-off-by: Shubham Pampattiwar <[email protected]> make update minor fix Signed-off-by: Shubham Pampattiwar <[email protected]> fix ut assert Signed-off-by: Shubham Pampattiwar <[email protected]> Address PR feedback Signed-off-by: Shubham Pampattiwar <[email protected]> minor updates Signed-off-by: Shubham Pampattiwar <[email protected]> remove unsused func and add todo for dep upgrades Signed-off-by: Shubham Pampattiwar <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
vmware-tanzu#9074) Enable parameterized kubelet mount path during node-agent installation Signed-off-by: longyuxiang <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
PriorityClass Support Design Proposal Design for vmware-tanzu#8869 Signed-off-by: Tiger Kaovilai <[email protected]>
…ackup cmd (vmware-tanzu#9056) add changelog file Show defaultVolumesToFsBackup in describe only when set by the user minor ut fix minor fix Signed-off-by: Shubham Pampattiwar <[email protected]>
…ware-tanzu#9096) Signed-off-by: Xun Jiang <[email protected]>
…re-tanzu#9105) add changelog file Signed-off-by: Shubham Pampattiwar <[email protected]>
The reason is toolchain cannot update automatically. If 1.24 can force CI use the latest patch version, and it will not force user to upgrade their local go version, this should be the better approach. Signed-off-by: Xun Jiang <[email protected]>
Signed-off-by: Xun Jiang <[email protected]>
) The ResticIdentifier field in BackupRepository is only relevant for restic repositories. For kopia repositories, this field is unused and should be omitted. This change: - Adds omitempty tag to ResticIdentifier field in BackupRepository CRD - Updates controller to only populate ResticIdentifier for restic repos - Adds tests to verify behavior for both restic and kopia repository types This ensures backward compatibility while properly handling kopia repositories that don't require a restic-compatible identifier. Signed-off-by: Tiger Kaovilai <[email protected]>
…hot behavior and backup method decision flow (vmware-tanzu#9091) * Enhance File System Backup documentation with details on volume snapshot behavior and backup method decision flow Fixes: Velero AWS snapshots not occurring with the AWS plugin vmware-tanzu#9090 Signed-off-by: Tiger Kaovilai <[email protected]> * Clarify conditions for excluding volumes from File System Backup and enhance decision flow for volume snapshots Signed-off-by: Tiger Kaovilai <[email protected]> --------- Signed-off-by: Tiger Kaovilai <[email protected]>
Signed-off-by: Clément Rostagni <[email protected]> rabse from velero remote
7ff16c5 to
1fad032
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
--from-scheduleflagThank 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:
make new-changelog) or comment/kind changelog-not-requiredon this PR.site/content/docs/main.