-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
BackupStorageLocation is invalid, marking as unavailable #7831
Comments
After installing the Velero environment, you created an additional BSL? |
Thanks @blackpiglet for answering. I created additional BSL still the error remains the same as created along with Helm installation in "Unavailable" phase
|
Try running this command.
|
I fixed it myself thanks @ksudarsh00 @blackpiglet for your input. I recreated the secret it worked. |
@Veeraraghavans Sorry for jumping in. Thanks |
What steps did you take and what happened:
Was using installation steps to deploy the Velero. Created Azure Storage resources and its permission followed workload identity method to create resource. It gave following error
I created backup resource with following command
velero backup-location create default --provider=azure --bucket=azwexxxvelero --config storageAccount=azwexxxveleroacc,resourceGroup=azweyyy-rg,subscriptionId=id,storageAccountKeyEnvVar=key --default
Post above command it gave following error:
Output of backup location
What did you expect to happen:
Expect the backup location is enabled to create backup of my K8s cluster.
Environment:
helm version
): version.BuildInfo{Version:"v3.13.3"helm list -n <YOUR NAMESPACE>
):kubectl version
):Same issue logged by me here
The text was updated successfully, but these errors were encountered: