-
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
Declarative schedule fails to run #8769
Comments
schedule config from helm chart:
|
Could you help collect the debug bundle by running CLI |
I would provide a bundle but no backups are created: "velero-gts-cicd-dev-schedule-fsb-20250310133750" not found I can send a log:
|
I see in the log: my configuration section:
|
debug file |
Will this fix address fix my issue? |
Please check whether the ArgoCD prunes the generated backup. |
No, I don't think that is related to this issue. |
What steps did you take and what happened:
I am deploying velero using helm chart and ArgoCD. When I deploy velero, create a schedule, and create a backup from the schedule the backup runs fine But if I define that same schedule declartivel using helm chart values, the schedule is create but backups from them do not work. I fact they are not created at all
What did you expect to happen:
The following information will help us better understand what's going on:
If you are using velero v1.7.0+:
I would add a bundle but the backup does not exist.
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.15.2velero client config get features
): features: but CSI Enabled is in my configkubectl version
): 1.30.9/etc/os-release
): Amazon Linux 2Vote 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: