-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Velero 1.14.1 & aws plugin 1.10.1: api error SignatureDoesNotMatch #8264
Comments
Are you using the aws plugin for s3 compatible object storage or AWS S3 object storage ? |
If this is GCP, it is a known issue. Please help me fill this README.md |
@kaovilai No I am not using GCP, I am using Openstack as my cloud provider. @shubham-pampattiwar it is S3 compatible storage. I am currently using velero v1.14.1 and velero/velero-plugin-for-aws:v1.9.0 and with this combination it is working. However, I would like to update to the newest version but as described, this breaks it. |
@kaovilai @shubham-pampattiwar |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. If a Velero team member has requested log or more information, please provide the output of the shared commands. |
What steps did you take and what happened:
When using velero version 1.14.1 and the AWS plugin version 1.10.1 I always get the following error when creating a backup:
When I look into my S3 bucket with a viewer, I can see that there is a folder
/restic
created with all the expected files. However, the folder/backups
is missing.What did you expect to happen:
I expect the backup to complete without failures with a folder called
/backups
and its content.The following information will help us better understand what's going on:
If you are using velero v1.7.0+:
Please use
velero debug --backup <backupname> --restore <restorename>
to generate the support bundle, and attach to this issue, more options please refer tovelero debug --help
If you are using earlier versions:
Please provide the output of the following commands (Pasting long output into a GitHub gist or other pastebin is fine.)
kubectl logs deployment/velero -n velero
velero backup describe <backupname>
orkubectl get backup/<backupname> -n velero -o yaml
velero backup logs <backupname>
velero restore describe <restorename>
orkubectl get restore/<restorename> -n velero -o yaml
velero restore logs <restorename>
Anything else you would like to add:
Environment:
velero version
): 1.14.1velero client config get features
): n/akubectl version
): 1.31/etc/os-release
): n/aVote 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.
The text was updated successfully, but these errors were encountered: