vmware-tanzu / velero

Backup and migrate Kubernetes applications and their persistent volumes
https://velero.io
Apache License 2.0
8.79k stars 1.41k forks source link

Remove the "subscriptionId" and "resourceGroup" items from the BSL config when installing Velero in E2E test #5870

Closed ywk253100 closed 1 year ago

ywk253100 commented 1 year ago

The subscriptionId and resourceGroup are not needed anymore in the BSL config after the PR https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure/pull/111 merged. Let's remove them from the BSL config when installing Velero in the E2E test for Azure.

Vote on this issue!

This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.

danfengliu commented 1 year ago

Follow guidance of Azure doc, assigned role Storage Blob Data Contributor to SP used by nightly test, then Velero BSL is available after deletion of items "subscriptionId" and "resourceGroup".

image
danfengliu commented 1 year ago

Close it since Velero function is not ready yet, and no clear plan to achieve this feature. The PR for this issue is ready, so close it anyway.