Open aaadipop opened 1 month ago
@aaadipop what velero version did you encountered the issue with? I am using v1.14.1 and not seeing any issues as such while installing velero via helm. Also can you please elaborate when did you encounter the error i.e, while installation?
What steps did you take and what happened: I'm trying to install the latest helm version,
7.2.1
with the following changed values from default:but I got:
Error: secret "velero" not found
and aCreateContainerConfigError
statusWhat did you expect to happen: Don't try to mount a secret and use the provided role arn from pod annotation
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
):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.