Xun Jiang/Bruce Jiang

Results 30 issues of Xun Jiang/Bruce Jiang

**Describe the problem/challenge you have** It's possible that the E2E test case could fail. The current logic continues on the next test case, and the failed test environment is destroyed...

E2E Tests

**What steps did you take and what happened:** `velero restore describe` CLI doesn't display the `--resource-modifier-configmap` information. The resource modifier ConfigMap used in the restore is not displayed in the...

**What steps did you take and what happened:** * Create an EKS cluster, and deploy a MinIO as the backend of the additional BSL. * Install Velero with the AWS...

Area/Cloud/AWS
IAM
Icebox

**Describe the problem/challenge you have** In the v1.13 release note's `Deprecation Announcement` section: https://github.com/vmware-tanzu/velero/releases/v1.13.0/, support for the backup without the VolumeInfo metadata file is announced deprecated, which means not supporting...

staled

**What steps did you take and what happened:** https://github.com/vmware-tanzu/velero/blob/732b87b250636f42d7b11827c86360a4f210b177/test/e2e/e2e_suite_test.go#L201-L202 The scheduled backup creation testing occasionally fails due to the backup may created twice by schedule in a time window. ```...

Bug
E2E Tests

**Describe the problem/challenge you have** https://github.com/vmware-tanzu/velero/pull/8315/files#r1805906312 Per this comment, need to enhance the vSphere plugin installation logic. **Describe the solution you'd like** **Anything else you would like to add:** **Environment:**...

E2E Tests

Thank you for contributing to Velero! # Please add a summary of your change * Fix the KIBISHII_DIRECTORY parameter not work for make test-e2e issue. * Make changes to support...

kind/changelog-not-required

**Describe the problem/challenge you have** It's better to know the backed-up k8s resource's dependency. If the Velero server knows it, it can detect invalid backups before running the backup process....

Kubernetes Resources
Icebox
2024 Q1 reviewed

**Describe the problem/challenge you have** The Velero Github action uploads the built image to GCR for PR merging and release cutting. The GCR service will be deprecated with Google Artifact...

CI/CD

**What steps did you take and what happened:** Prepare two k8s clusters. Run the Velero E2E test cases(including the migration cases) on those clusters. Take this CLI as an example:...

Bug
E2E Tests