Skip to content

Error when trying to download a backup #3420

Discussion options

You must be logged in to vote

This error is caused by the MinIO service running as an instance inside your cluster (don't do this for production!) but not being accessible outside the cluster.

To fix this, you will need to forward the MinIO port to the local machine using kubectl port-forward -n <velero-namespace> svc/minio 9000 and then update the BSL configuration to use that as its "public URL" by adding publicUrl: http://localhost:9000 to the BSL config.

More details about the publicUrl config field can be found in the AWS plugin docs: https://github.com/vmware-tanzu/velero-plugin-for-aws/blob/main/backupstoragelocation.md

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by carlisia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants