v1.15 Velero with v1.8 AWS plugin cannot support multiple BSLs under AWS IRSA environment. #8320
Labels
Area/Cloud/AWS
IAM
Issues related to identity and access management
Icebox
We see the value, but it is not slated for the next couple releases.
What steps did you take and what happened:
What did you expect to happen:
The additional BSL should work.
The following information will help us better understand what's going on:
The reason is that Velero overrides the secret for the additional BSL when IRSA is enabled.
The v1.9 and main Velero AWS plugin have this PR to fix the issue: vmware-tanzu/velero-plugin-for-aws#191
But the v1.8 doesn't bump the AWS SDK version to v2, so we cannot simply cherry-pick the PR to fix this issue.
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
):velero client config get features
):kubectl version
):/etc/os-release
):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.
The text was updated successfully, but these errors were encountered: