We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i've just setup the operator and i created a test schedule to my minio s3 with a schedule: '* * * * *' but also concurrentRunsAllowed: false
schedule: '* * * * *'
concurrentRunsAllowed: false
i noticed that it started scheduling multiple backup runs (one every minute) instead of waiting for the first to finish
No response
backup is scheduled only 1 job at the time
v2.7.2
v1.28.6+k3s2
k3s
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Hi, i've just setup the operator and i created a test schedule to my minio s3 with a
schedule: '* * * * *'
but also
concurrentRunsAllowed: false
i noticed that it started scheduling multiple backup runs (one every minute) instead of waiting for the first to finish
Additional Context
No response
Logs
No response
Expected Behavior
backup is scheduled only 1 job at the time
Steps To Reproduce
No response
Version of K8up
v2.7.2
Version of Kubernetes
v1.28.6+k3s2
Distribution of Kubernetes
k3s
The text was updated successfully, but these errors were encountered: