You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Describe the bug
Creating a manual job from the CronJob fails with an error. This is because the v1beta1 CronJob apiVersion is now deprecated.
To Reproduce
Steps to reproduce the behavior:
graph-backups
kubectl create job --from=cronjob/graph-backups-job graph-backups-job-manual
Expected behavior
We can create manual job using the
--from
option.Error Logs
Additional context
We should be using the v1 CronJob apiVersion:
Further reading: https://stackoverflow.com/q/68902269
The text was updated successfully, but these errors were encountered: